summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
diff options
context:
space:
mode:
authorAndy Shevchenko2017-02-28 16:03:12 +0100
committerLinus Walleij2017-03-14 10:51:28 +0100
commitff21378a321f05e8c11265a3bd7622b89df8032e (patch)
tree439eaa1299378dd2a7cf5696caa57798450b851d /drivers/gpio/gpiolib.c
parentgpio: dwapb: Add support for next generation of X-Gene SoC (diff)
downloadkernel-qcow2-linux-ff21378a321f05e8c11265a3bd7622b89df8032e.tar.gz
kernel-qcow2-linux-ff21378a321f05e8c11265a3bd7622b89df8032e.tar.xz
kernel-qcow2-linux-ff21378a321f05e8c11265a3bd7622b89df8032e.zip
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/gpiolib.c')
-rw-r--r--drivers/gpio/gpiolib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c
index 8b4d721d6d63..530b1ba984a4 100644
--- a/drivers/gpio/gpiolib.c
+++ b/drivers/gpio/gpiolib.c
@@ -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.