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/amba-pl011.c | |
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/amba-pl011.c')
-rw-r--r-- | drivers/serial/amba-pl011.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/amba-pl011.c b/drivers/serial/amba-pl011.c index 08adc1de4a79..8b5aa0ba2aa1 100644 --- a/drivers/serial/amba-pl011.c +++ b/drivers/serial/amba-pl011.c | |||
@@ -22,8 +22,6 @@ | |||
22 | * along with this program; if not, write to the Free Software | 22 | * along with this program; if not, write to the Free Software |
23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
24 | * | 24 | * |
25 | * $Id: amba.c,v 1.41 2002/07/28 10:03:27 rmk Exp $ | ||
26 | * | ||
27 | * This is a generic driver for ARM AMBA-type serial ports. They | 25 | * This is a generic driver for ARM AMBA-type serial ports. They |
28 | * have a lot of 16550-like features, but are not register compatible. | 26 | * have a lot of 16550-like features, but are not register compatible. |
29 | * Note that although they do have CTS, DCD and DSR inputs, they do | 27 | * Note that although they do have CTS, DCD and DSR inputs, they do |