xen/tmem: Add missing %s in the printk statement.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 1 Feb 2013 19:10:44 +0000 (14:10 -0500)
committerKonrad 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

index 144564e5eb29e1ef59200fd079647656195280c8..3ee836d425819df808fb905483b8e6993de98fcd 100644 (file)
@@ -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