Commit 43818a4b authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

gpio: sim: fix a typo in comment



It was supposed to say 'for' not 'fo'.

Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent d16e0b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;