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/8250_pnp.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/8250_pnp.c')
-rw-r--r-- | drivers/serial/8250_pnp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c index 638b68649e79..fde7f9ccf57e 100644 --- a/drivers/serial/8250_pnp.c +++ b/drivers/serial/8250_pnp.c | |||
@@ -12,8 +12,6 @@ | |||
12 | * This program is free software; you can redistribute it and/or modify | 12 | * This program is free software; you can redistribute it and/or modify |
13 | * it under the terms of the GNU General Public License as published by | 13 | * it under the terms of the GNU General Public License as published by |
14 | * the Free Software Foundation; either version 2 of the License. | 14 | * the Free Software Foundation; either version 2 of the License. |
15 | * | ||
16 | * $Id: 8250_pnp.c,v 1.10 2002/07/21 21:32:30 rmk Exp $ | ||
17 | */ | 15 | */ |
18 | #include <linux/module.h> | 16 | #include <linux/module.h> |
19 | #include <linux/init.h> | 17 | #include <linux/init.h> |