Commit 4a0fc189 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Bartosz Golaszewski
Browse files

gpio: gpio-by-pinctrl: s/used to do/is used to do/



Add missing "is" to the driver's help text ("used to do" has a
completely different meaning).

Fixes: 7671f494 ("gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driver")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarLinus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/b1ecb31a37f8e35447122554a38985cb6240eb11.1775556619.git.geert+renesas@glider.be


[Bartosz: tweak the help text even more]
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
parent 50f1c48b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,7 @@ config GPIO_BY_PINCTRL
	  create a simple GPIO device based on the pin control interface
	  without doing anything custom.

	  This driver used to do GPIO over the ARM SCMI protocol.
	  This driver is used to access GPIOs over the ARM SCMI protocol.

config GPIO_CADENCE
	tristate "Cadence GPIO support"