From ff7eaa55e5055f65f0af8e18398e600f910bcdb1 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Wed, 13 Sep 2017 14:41:07 +0100 Subject: [PATCH] x86/oprofile: Add a missing space to initialisation failure message Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- xen/arch/x86/oprofile/nmi_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/oprofile/nmi_int.c b/xen/arch/x86/oprofile/nmi_int.c index 84ba108fdb..d8f5230906 100644 --- a/xen/arch/x86/oprofile/nmi_int.c +++ b/xen/arch/x86/oprofile/nmi_int.c @@ -442,7 +442,7 @@ static int __init nmi_init(void) } if (!cpu_type && !arch_perfmon_init(&cpu_type)) { printk("xenoprof: Initialization failed. " - "Intel processor family %d model %d" + "Intel processor family %d model %d " "is not supported\n", family, _model); return -ENODEV; } -- 2.30.2