2020-12-15 10:58:32

by Colin King

[permalink] [raw]
Subject: [PATCH] gpio: fix spelling mistake in Kconfig "supprot" -> "support"

From: Colin Ian King <[email protected]>

There is a spelling mistake in the Kconfig help text. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index c70f46e80a3b..f58e46ec1c96 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -666,7 +666,7 @@ config GPIO_WCD934X
tristate "Qualcomm Technologies Inc WCD9340/WCD9341 gpio controller driver"
depends on MFD_WCD934X && OF_GPIO
help
- This driver is to supprot GPIO block found on the Qualcomm Technologies
+ This driver is to support GPIO block found on the Qualcomm Technologies
Inc WCD9340/WCD9341 Audio Codec.

config GPIO_XGENE
--
2.29.2


2021-01-03 15:39:09

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] gpio: fix spelling mistake in Kconfig "supprot" -> "support"

On Tue, Dec 15, 2020 at 11:53 AM Colin King <[email protected]> wrote:
>
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in the Kconfig help text. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
> ---
> drivers/gpio/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
> index c70f46e80a3b..f58e46ec1c96 100644
> --- a/drivers/gpio/Kconfig
> +++ b/drivers/gpio/Kconfig
> @@ -666,7 +666,7 @@ config GPIO_WCD934X
> tristate "Qualcomm Technologies Inc WCD9340/WCD9341 gpio controller driver"
> depends on MFD_WCD934X && OF_GPIO
> help
> - This driver is to supprot GPIO block found on the Qualcomm Technologies
> + This driver is to support GPIO block found on the Qualcomm Technologies
> Inc WCD9340/WCD9341 Audio Codec.
>
> config GPIO_XGENE
> --
> 2.29.2
>

Applied, thanks!

Bart