Skip to content

Commit 4a0fc18

Browse files
geertuBartosz Golaszewski
authored andcommitted
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: 7671f49 ("gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driver") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Linus 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: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
1 parent 50f1c48 commit 4a0fc18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ config GPIO_BY_PINCTRL
253253
create a simple GPIO device based on the pin control interface
254254
without doing anything custom.
255255

256-
This driver used to do GPIO over the ARM SCMI protocol.
256+
This driver is used to access GPIOs over the ARM SCMI protocol.
257257

258258
config GPIO_CADENCE
259259
tristate "Cadence GPIO support"

0 commit comments

Comments
 (0)