diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-02-28 18:03:12 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-03-14 12:51:28 +0300 |
commit | ff21378a321f05e8c11265a3bd7622b89df8032e (patch) | |
tree | 439eaa1299378dd2a7cf5696caa57798450b851d /drivers/gpio/devres.c | |
parent | a72b8c4a63e2a3375b5d3af4a2b70c172570c354 (diff) | |
download | linux-ff21378a321f05e8c11265a3bd7622b89df8032e.tar.xz |
gpiolib: Fix spelling of 'successful'
Remove extra 'l' in "successfull".
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/devres.c')
-rw-r--r-- | drivers/gpio/devres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/devres.c b/drivers/gpio/devres.c index 7031eea165c9..a75511d1ea5d 100644 --- a/drivers/gpio/devres.c +++ b/drivers/gpio/devres.c @@ -136,7 +136,7 @@ EXPORT_SYMBOL(devm_gpiod_get_index); * GPIO descriptors returned from this function are automatically disposed on * driver detach. * - * On successfull request the GPIO pin is configured in accordance with + * On successful request the GPIO pin is configured in accordance with * provided @flags. */ struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev, |