mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00: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:
parent
dfb7dac3af
commit
3fa63c7d82
7 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue