diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-07-12 12:01:05 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-07-13 09:17:19 +0200 |
commit | 43818a4bf8ef8f38253bfb851ae64f3cdf45fdf4 (patch) | |
tree | 45299ad52b1ebed9e187491277882a77be9e0601 /drivers/gpio | |
parent | d16e0b0e798700b036ad2701ce70525a6fbea8ea (diff) |
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/gpio-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-sim.c b/drivers/gpio/gpio-sim.c index 8b49b0abacd5..cfbdade841e8 100644 --- a/drivers/gpio/gpio-sim.c +++ b/drivers/gpio/gpio-sim.c @@ -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; |