mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-15 11:52:21 -04:00
gpio: sim: fix a typo in comment
It was supposed to say 'for' not 'fo'. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
@@ -488,7 +488,7 @@ struct gpio_sim_device {
|
||||
* This structure however can be modified by callbacks of different
|
||||
* attributes so we need another lock.
|
||||
*
|
||||
* We use this lock fo protecting all data structures owned by this
|
||||
* We use this lock for protecting all data structures owned by this
|
||||
* object too.
|
||||
*/
|
||||
struct mutex lock;
|
||||
|
||||
Reference in New Issue
Block a user