On Tue, Dec 15, 2020 at 11:53 AM Colin King <colin.king@xxxxxxxxxxxxx> wrote: > > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > There is a spelling mistake in the Kconfig help text. Fix it. > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> > --- > 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