diff mbox series

gpio: fix spelling mistake in Kconfig "supprot" -> "support"

Message ID 20201215105329.138193-1-colin.king@canonical.com
State New
Headers show
Series gpio: fix spelling mistake in Kconfig "supprot" -> "support" | expand

Commit Message

Colin Ian King Dec. 15, 2020, 10:53 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartosz Golaszewski Jan. 3, 2021, 3:10 p.m. UTC | #1
On Tue, Dec 15, 2020 at 11:53 AM Colin King <colin.king@canonical.com> wrote:
>
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in the Kconfig help text. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  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
diff mbox series

Patch

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