diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2026-04-07 13:11:01 +0300 |
|---|---|---|
| committer | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-04-07 15:36:45 +0300 |
| commit | 4a0fc189859bb564fddded12752e1893ad318263 (patch) | |
| tree | 523f6749f31d9863defb5be8f96110035406e4aa | |
| parent | 50f1c48b155b74528b0b251b8c4e097fddd5ab46 (diff) | |
| download | linux-4a0fc189859bb564fddded12752e1893ad318263.tar.xz | |
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 <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>
| -rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 536af328b56e..c5ede0e4a32a 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" |
