[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
@@ -1077,7 +1077,7 @@ static int enable_slot(struct hotplug_slot *hs)
|
||||
if (rc) {
|
||||
err("Adding this card exceeds the limitations of this bus.\n");
|
||||
err("(i.e., >1 133MHz cards running on same bus, or "
|
||||
">2 66 PCI cards running on same bus\n.");
|
||||
">2 66 PCI cards running on same bus.\n");
|
||||
err("Try hot-adding into another bus\n");
|
||||
rc = -EINVAL;
|
||||
goto error_nopower;
|
||||
|
Reference in New Issue
Block a user