diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-02-01 14:10:44 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-02-19 22:02:31 -0500 |
commit | 22230c18ab3bb0b997144687fcd9bd6ababa72bd (patch) | |
tree | 02bfbbbdbd3e7177253dddea273bd1a203e307d8 /drivers/xen | |
parent | 268a207563f933ff8e3d876866c324b4247f234e (diff) | |
download | linux-stable-22230c18ab3bb0b997144687fcd9bd6ababa72bd.tar.gz linux-stable-22230c18ab3bb0b997144687fcd9bd6ababa72bd.tar.bz2 linux-stable-22230c18ab3bb0b997144687fcd9bd6ababa72bd.zip |
xen/tmem: Add missing %s in the printk statement.
Seems that it got lost.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen')
-rw-r--r-- | drivers/xen/tmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/tmem.c b/drivers/xen/tmem.c index 144564e5eb29..3ee836d42581 100644 --- 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 |