From: Geert Uytterhoeven Date: Thu, 1 Jun 2017 10:30:01 +0000 (+0200) Subject: gpio: of: Spelling: s/retures/returns/ X-Git-Tag: v4.13-rc1~116^2~29 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ead066e682af74d8bca000da90e05b5dafa6fbeb;p=karo-tx-linux.git gpio: of: Spelling: s/retures/returns/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c index e2abf0eabaf8..54ce8dc58ad0 100644 --- a/drivers/gpio/gpiolib-of.c +++ b/drivers/gpio/gpiolib-of.c @@ -239,7 +239,7 @@ static struct gpio_desc *of_parse_own_gpio(struct device_node *np, * * This is only used by of_gpiochip_add to request/set GPIO initial * configuration. - * It retures error if it fails otherwise 0 on success. + * It returns error if it fails otherwise 0 on success. */ static int of_gpiochip_scan_gpios(struct gpio_chip *chip) {