Skip to content

Commit

Permalink
xen/tmem: Add missing %s in the printk statement.
Browse files Browse the repository at this point in the history
Seems that it got lost.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
  • Loading branch information
Konrad Rzeszutek Wilk committed Feb 20, 2013
1 parent 268a207 commit 22230c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/xen/tmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22230c1

Please sign in to comment.