You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Linus Torvalds
parent
59247ca2fd
commit
d87a6d951c
@@ -1972,7 +1972,7 @@ static int __init mpsc_drv_init(void)
|
||||
{
|
||||
int rc;
|
||||
|
||||
printk(KERN_INFO "Serial: MPSC driver $Revision: 1.00 $\n");
|
||||
printk(KERN_INFO "Serial: MPSC driver\n");
|
||||
|
||||
memset(mpsc_ports, 0, sizeof(mpsc_ports));
|
||||
memset(&mpsc_shared_regs, 0, sizeof(mpsc_shared_regs));
|
||||
@@ -2004,7 +2004,7 @@ module_init(mpsc_drv_init);
|
||||
module_exit(mpsc_drv_exit);
|
||||
|
||||
MODULE_AUTHOR("Mark A. Greer <mgreer@mvista.com>");
|
||||
MODULE_DESCRIPTION("Generic Marvell MPSC serial/UART driver $Revision: 1.00 $");
|
||||
MODULE_DESCRIPTION("Generic Marvell MPSC serial/UART driver");
|
||||
MODULE_VERSION(MPSC_VERSION);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS_CHARDEV_MAJOR(MPSC_MAJOR);
|
||||
|
||||
Reference in New Issue
Block a user