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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment