From: Geert Uytterhoeven Date: Tue, 7 Apr 2026 10:11:01 +0000 (+0200) Subject: gpio: gpio-by-pinctrl: s/used to do/is used to do/ X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a0fc189859bb564fddded12752e1893ad318263;p=thirdparty%2Fkernel%2Flinux.git 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: 7671f4949a6c9111 ("gpio: gpio-by-pinctrl: add pinctrl based generic GPIO driver") Signed-off-by: Geert Uytterhoeven Reviewed-by: Linus Walleij Link: https://patch.msgid.link/b1ecb31a37f8e35447122554a38985cb6240eb11.1775556619.git.geert+renesas@glider.be [Bartosz: tweak the help text even more] Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 536af328b56e7..c5ede0e4a32ac 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -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"