]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
insert missing space in printk line of root_delay
authorToralf Förster <toralf.foerster@gmx.de>
Thu, 27 Jun 2013 23:52:56 +0000 (09:52 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:38:23 +0000 (16:38 +1000)
Trivial, but it really looks better.

Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
init/do_mounts.c

index 33d060e91fcdb8c0b65d685dd3b12f212656a19f..c84fedb12c2416025a18d29f84c92bbec97c684a 100644 (file)
@@ -536,7 +536,7 @@ void __init prepare_namespace(void)
        int is_floppy;
 
        if (root_delay) {
-               printk(KERN_INFO "Waiting %dsec before mounting root device...\n",
+               printk(KERN_INFO "Waiting %d sec before mounting root device...\n",
                       root_delay);
                ssleep(root_delay);
        }