projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
268a207
)
xen/tmem: Add missing %s in the printk statement.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Fri, 1 Feb 2013 19:10:44 +0000
(14:10 -0500)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 20 Feb 2013 03:02:31 +0000
(22:02 -0500)
Seems that it got lost.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/tmem.c
patch
|
blob
|
history
diff --git
a/drivers/xen/tmem.c
b/drivers/xen/tmem.c
index 144564e5eb29e1ef59200fd079647656195280c8..3ee836d425819df808fb905483b8e6993de98fcd 100644
(file)
--- a/
drivers/xen/tmem.c
+++ b/
drivers/xen/tmem.c
@@
-385,7
+385,7
@@
static int __init xen_tmem_init(void)
if (old_ops.init != NULL)
s = " (WARNING: frontswap_ops overridden)";
printk(KERN_INFO "frontswap enabled, RAM provided by "
- "Xen Transcendent Memory
\n"
);
+ "Xen Transcendent Memory
%s\n", s
);
}
#endif
#ifdef CONFIG_CLEANCACHE