]> xenbits.xensource.com Git - xen.git/commitdiff
x86/oprofile: Add a missing space to initialisation failure message
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 Sep 2017 13:41:07 +0000 (14:41 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 13 Sep 2017 15:45:16 +0000 (16:45 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/oprofile/nmi_int.c

index 84ba108fdbbfbb3365fcddf873c6f8925bfddec4..d8f5230906f8945bbc9f4af4f33e8abfc3dfe31e 100644 (file)
@@ -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;
                        }