From: Randy Dunlap Date: Mon, 30 Jan 2023 04:33:30 +0000 (-0800) Subject: Input: pmic8xxx-keypad - fix a Kconfig spelling mistake & hyphenation X-Git-Tag: v6.3-rc1~78^2^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=04f8b4ea20c85f579e8bbcd9da138779e9d4d36f;p=linux-block.git 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 Link: https://lore.kernel.org/r/20230124233453.22893-1-rdunlap@infradead.org Signed-off-by: Dmitry Torokhov --- 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.