Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Linus Walleij
ff21378a a72b8c4a

+2 -2
+1 -1
drivers/gpio/devres.c
··· 136 136 * GPIO descriptors returned from this function are automatically disposed on 137 137 * driver detach. 138 138 * 139 - * On successfull request the GPIO pin is configured in accordance with 139 + * On successful request the GPIO pin is configured in accordance with 140 140 * provided @flags. 141 141 */ 142 142 struct gpio_desc *devm_fwnode_get_index_gpiod_from_child(struct device *dev,
+1 -1
drivers/gpio/gpiolib.c
··· 3326 3326 * underlying firmware interface and then makes sure that the GPIO 3327 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 3330 * provided @dflags. 3331 3331 * 3332 3332 * In case of error an ERR_PTR() is returned.