projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65a2c14
)
tty: serial: Fix spelling mistake "Asychronous" -> "Asynchronous"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 19 Jul 2021 10:24:21 +0000
(11:24 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 10:47:33 +0000
(12:47 +0200)
There is a spelling mistake in the Kconfig text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20210719102421.14813-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/tty/serial/Kconfig
b/drivers/tty/serial/Kconfig
index 24282ad99d85029cb48a5a54c3c8ed079f760057..e0f6d5bfdc94e3a2ed8b08e6a1446d9fecb3da89 100644
(file)
--- a/
drivers/tty/serial/Kconfig
+++ b/
drivers/tty/serial/Kconfig
@@
-1382,7
+1382,7
@@
config SERIAL_ST_ASC
select SERIAL_CORE
depends on ARM || COMPILE_TEST
help
- This driver is for the on-chip Asychronous Serial Controller on
+ This driver is for the on-chip Asy
n
chronous Serial Controller on
STMicroelectronics STi SoCs.
ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality.
It support all industry standard baud rates.