Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/gpio/gpio-sim.c
··· 488 488 * This structure however can be modified by callbacks of different 489 489 * attributes so we need another lock. 490 490 * 491 - * We use this lock fo protecting all data structures owned by this 491 + * We use this lock for protecting all data structures owned by this 492 492 * object too. 493 493 */ 494 494 struct mutex lock;