diff options
Diffstat (limited to 'drivers/gpio/gpiolib.c')
-rw-r--r-- | drivers/gpio/gpiolib.c | 2 |
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); | |||
3326 | * underlying firmware interface and then makes sure that the GPIO | 3326 | * underlying firmware interface and then makes sure that the GPIO |
3327 | * descriptor is requested before it is returned to the caller. | 3327 | * descriptor is requested before it is returned to the caller. |
3328 | * | 3328 | * |
3329 | * On successfull request the GPIO pin is configured in accordance with | 3329 | * On successful request the GPIO pin is configured in accordance with |
3330 | * provided @dflags. | 3330 | * provided @dflags. |
3331 | * | 3331 | * |
3332 | * In case of error an ERR_PTR() is returned. | 3332 | * In case of error an ERR_PTR() is returned. |