diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-16 16:53:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:12:35 -0400 |
commit | d87a6d951c6c09d191d9c10903deb3cc353fcd2c (patch) | |
tree | 113f7938e9bbeb688e5381c11e619547dd025532 /drivers/serial/Kconfig | |
parent | 59247ca2fdca9691a6a7df532a830e3a133d9962 (diff) |
drivers/serial/: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time in
comments, printk's and MODULE_DESCRIPTION's (no printk's or
MODULE_DESCRIPTION's are completely removed).
While doing this I also found and fixed a missing \n in a printk
in m32r_sio.c
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 18ca9075e131..8fc7451c0049 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1,8 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Serial device configuration | 2 | # Serial device configuration |
3 | # | 3 | # |
4 | # $Id: Kconfig,v 1.11 2004/03/11 18:08:04 lethal Exp $ | ||
5 | # | ||
6 | 4 | ||
7 | menu "Serial drivers" | 5 | menu "Serial drivers" |
8 | depends on HAS_IOMEM | 6 | depends on HAS_IOMEM |