diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-11-05 22:26:48 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 14:56:11 +0100 |
commit | 6774def6422f6eac53f1828c317bf3b08a8f5a60 (patch) | |
tree | 18c39aa5062202e7efa5e3f4d119abf79e90515d /drivers/tty | |
parent | cbd2551628c50816b479e7689641f553f1aa688e (diff) |
treewide: fix typo in printk and Kconfig
This patch fix spelling typo in printk and Kconfig within
various part of kernel sources.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty')
-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 649b784081c7..f967d65c7d28 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -701,7 +701,7 @@ config PDC_CONSOLE Saying Y here will enable the software based PDC console to be used as the system console. This is useful for machines in which the hardware based console has not been written yet. The - following steps must be competed to use the PDC console: + following steps must be completed to use the PDC console: 1. create the device entry (mknod /dev/ttyB0 c 11 0) 2. Edit the /etc/inittab to start a getty listening on /dev/ttyB0 |