From: Colin Ian King Date: Mon, 12 Sep 2016 10:20:46 +0000 (+0100) Subject: x86/xen: add missing \n at end of printk warning message X-Git-Tag: v4.1.12-102.0.20170601_1400~213^2~24^2~39 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=528eccbf07689f897f4881c4ea5a7d0d5bd1ce4d;p=users%2Fjedix%2Flinux-maple.git x86/xen: add missing \n at end of printk warning message The message is missing a \n, add it. Signed-off-by: Colin Ian King Reviewed-by: Juergen Gross Signed-off-by: David Vrabel OraBug: 25497392 (cherry picked from commit 8129554c643b0e1a8336d842cce2f3d595aeeed7) Signed-off-by: Boris Ostrovsky --- diff --git a/arch/x86/xen/platform-pci-unplug.c b/arch/x86/xen/platform-pci-unplug.c index d37a0c7f82cb..90d1b83cf35f 100644 --- 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; }