[PATCH] gpio: gpio-by-pinctrl: s/used to do/is used to do/

From: Geert Uytterhoeven

Date: Tue Apr 07 2026 - 06:11:12 EST


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 <geert+renesas@xxxxxxxxx>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d9b3486772083d33..5db449e7c636cc83 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 do GPIO over the ARM SCMI protocol.

config GPIO_CADENCE
tristate "Cadence GPIO support"
--
2.43.0