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

Geert Uytterhoeven posted 1 patch 2 months, 1 week ago
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] gpio: gpio-by-pinctrl: s/used to do/is used to do/
Posted by Geert Uytterhoeven 2 months, 1 week ago
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@glider.be>
---
 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
Re: [PATCH] gpio: gpio-by-pinctrl: s/used to do/is used to do/
Posted by Bartosz Golaszewski 2 months, 1 week ago
On Tue, 07 Apr 2026 12:11:01 +0200, Geert Uytterhoeven wrote:
> Add missing "is" to the driver's help text ("used to do" has a
> completely different meaning).
> 
> 

I've allowed myself to tweak the help text even more by replacing "to do
GPIO" with "to access GPIOs".

[1/1] gpio: gpio-by-pinctrl: s/used to do/is used to do/
      https://git.kernel.org/brgl/c/4a0fc189859bb564fddded12752e1893ad318263

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Re: [PATCH] gpio: gpio-by-pinctrl: s/used to do/is used to do/
Posted by Linus Walleij 2 months, 1 week ago
On Tue, Apr 7, 2026 at 12:11 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> 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@glider.be>

Reviewed-by: Linus Walleij <linusw@kernel.org>

Yours,
Linus Walleij