]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
gpiolib: Fix spelling of 'successful'
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 28 Feb 2017 15:03:12 +0000 (17:03 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 14 Mar 2017 09:51:28 +0000 (10:51 +0100)
Remove extra 'l' in "successfull".

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/devres.c
drivers/gpio/gpiolib.c

index 7031eea165c98586fa355547c25157a099823d9c..a75511d1ea5d458f9c694ea3536bcdc69dc321c5 100644 (file)
@@ -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,
index 8b4d721d6d6342cbc226b719f60a8c99d826a99b..530b1ba984a4bbb870a283e3766a217129d3abe7 100644 (file)
@@ -3326,7 +3326,7 @@ EXPORT_SYMBOL_GPL(gpiod_get_index);
  * underlying firmware interface and then makes sure that the GPIO
  * descriptor is requested before it is returned to the caller.
  *
- * On successfull request the GPIO pin is configured in accordance with
+ * On successful request the GPIO pin is configured in accordance with
  * provided @dflags.
  *
  * In case of error an ERR_PTR() is returned.