diff options
| author | 2020-12-15 10:53:29 +0000 | |
|---|---|---|
| committer | 2021-02-15 11:43:25 +0100 | |
| commit | 0bb8e80b58c90208fdea05bd51d24b26af98a71c (patch) | |
| tree | 0d004d9e9815f5977b82c7bbab03f730792f3edf | |
| parent | Linux 5.11 (diff) | |
| download | linux-dev-0bb8e80b58c90208fdea05bd51d24b26af98a71c.tar.xz linux-dev-0bb8e80b58c90208fdea05bd51d24b26af98a71c.zip | |
gpio: fix spelling mistake in Kconfig "supprot" -> "support"
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.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 fa225175e68d..6907f04f9fd3 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -670,7 +670,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 |
