summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorToralf Förster <toralf.foerster@gmx.de>2013-07-03 15:05:38 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-03 16:07:45 -0700
commitca75b4d8799d46842350596fdc5fce7711610326 (patch)
treeb76561805594fd99bf70085a0dfbd8259cd95575 /init
parentff1c8fac88ab8e7dac65236b277908c7c5c7ab09 (diff)
downloadlinux-ca75b4d8799d46842350596fdc5fce7711610326.tar.gz
linux-ca75b4d8799d46842350596fdc5fce7711610326.tar.xz
insert missing space in printk line of root_delay
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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r--init/do_mounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c
index a2b49f2c1bd8..816014c4627e 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -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);
}