projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b1a02
)
x86/oprofile: Add a missing space to initialisation failure message
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Wed, 13 Sep 2017 13:41:07 +0000
(14:41 +0100)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/oprofile/nmi_int.c
b/xen/arch/x86/oprofile/nmi_int.c
index 84ba108fdbbfbb3365fcddf873c6f8925bfddec4..d8f5230906f8945bbc9f4af4f33e8abfc3dfe31e 100644
(file)
--- 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;
}