Re: [PATCH] gpio: fix spelling mistake in Kconfig "supprot" -> "support"
From: Bartosz Golaszewski <hidden>
Date: 2021-01-03 15:11:23
Also in:
kernel-janitors, lkml
From: Bartosz Golaszewski <hidden>
Date: 2021-01-03 15:11:23
Also in:
kernel-janitors, lkml
On Tue, Dec 15, 2020 at 11:53 AM Colin King [off-list ref] wrote:
From: Colin Ian King <redacted> There is a spelling mistake in the Kconfig help text. Fix it. Signed-off-by: Colin Ian King <redacted> --- 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