diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-29 20:33:30 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-01-29 20:37:02 -0800 |
commit | 04f8b4ea20c85f579e8bbcd9da138779e9d4d36f (patch) | |
tree | 0c330a0edbb7bf6bb714c4082c9599595b808e2f /drivers/input/keyboard/Kconfig | |
parent | 62c5e854b457c319c794a75cb378a7b47624e153 (diff) | |
download | linux-04f8b4ea20c85f579e8bbcd9da138779e9d4d36f.tar.gz linux-04f8b4ea20c85f579e8bbcd9da138779e9d4d36f.tar.bz2 linux-04f8b4ea20c85f579e8bbcd9da138779e9d4d36f.zip |
Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenation
Correct a spelling mistake (reported by codespell).
Also hyphenate "matrix-based".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20230124233453.22893-1-rdunlap@infradead.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard/Kconfig')
-rw-r--r-- | drivers/input/keyboard/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 84490915ae4d..6e51ebc55c4b 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -566,7 +566,7 @@ config KEYBOARD_PMIC8XXX help Say Y here if you want to enable the driver for the PMIC8XXX keypad provided as a reference design from Qualcomm. This is intended - to support upto 18x8 matrix based keypad design. + to support up to 18x8 matrix-based keypad design. To compile this driver as a module, choose M here: the module will be called pmic8xxx-keypad. |