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
[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>
This commit is contained in:
committed by
Linus Torvalds
parent
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user