projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0fbdf
)
x86/xen: add missing \n at end of printk warning message
author
Colin Ian King
<colin.king@canonical.com>
Mon, 12 Sep 2016 10:20:46 +0000
(11:20 +0100)
committer
David Vrabel
<david.vrabel@citrix.com>
Fri, 30 Sep 2016 10:21:45 +0000
(11:21 +0100)
The message is missing a \n, add it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/x86/xen/platform-pci-unplug.c
patch
|
blob
|
history
diff --git
a/arch/x86/xen/platform-pci-unplug.c
b/arch/x86/xen/platform-pci-unplug.c
index d37a0c7f82cb770b6eb902655802c744d145a1cf..90d1b83cf35f2ae72f7bde1b63fcbb2c9fb219ec 100644
(file)
--- a/
arch/x86/xen/platform-pci-unplug.c
+++ b/
arch/x86/xen/platform-pci-unplug.c
@@
-61,7
+61,7
@@
static int check_platform_magic(void)
}
break;
default:
- printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version");
+ printk(KERN_WARNING "Xen Platform PCI: unknown I/O protocol version
\n
");
return XEN_PLATFORM_ERR_PROTOCOL;
}