diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-02-16 11:27:42 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-02-19 11:38:58 +0100 |
commit | 9ff2f0f7f24723afa72ac212f3138a8ebbe84fdd (patch) | |
tree | c7d34349aa0dc623a96a6a90713a05601004e74f /drivers/tty/serial | |
parent | 8c6b6ffac367a0d09b6898d26b997728f7c6dd7f (diff) |
tty: serial: Kconfig: Fix a typo
'exsisting' has an extra 's'
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20200216102742.19298-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 52eaac21ff9f..7172f1c5fa6d 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -1111,7 +1111,7 @@ config SERIAL_SC16IS7XX_SPI help Enable SC16IS7xx driver on SPI bus, If required say y, and say n to spi if not required, - This is additional support to exsisting driver. + This is additional support to existing driver. You must select at least one bus for the driver to be built. config SERIAL_TIMBERDALE |