]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
pinctrl: Grammar s/used in as/used as/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 4 May 2015 17:46:57 +0000 (19:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 12 May 2015 11:17:41 +0000 (13:17 +0200)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c

index 89dca77ca0382e93909188cad63ccd9ef6bff41b..291099d5cf51b4d3b4e432b5dd2b7c0eb7724256 100644 (file)
@@ -558,7 +558,7 @@ int pinctrl_get_group_selector(struct pinctrl_dev *pctldev,
 }
 
 /**
- * pinctrl_request_gpio() - request a single pin to be used in as GPIO
+ * pinctrl_request_gpio() - request a single pin to be used as GPIO
  * @gpio: the GPIO pin number from the GPIO subsystem number space
  *
  * This function should *ONLY* be used from gpiolib-based GPIO drivers,