[PATCH] Typo fix: dot after newline in printk strings
Typo fix: dots appearing after a newline in printk strings. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Dieser Commit ist enthalten in:

committet von
Linus Torvalds

Ursprung
dfb7dac3af
Commit
3fa63c7d82
@@ -790,7 +790,7 @@ static int __init a2232board_init(void)
|
||||
|
||||
}
|
||||
|
||||
printk("Total: %d A2232 boards initialized.\n.", nr_a2232); /* Some status report if no card was found */
|
||||
printk("Total: %d A2232 boards initialized.\n", nr_a2232); /* Some status report if no card was found */
|
||||
|
||||
a2232_init_portstructs();
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren