diff options
author | Toralf Förster <toralf.foerster@gmx.de> | 2013-07-03 15:05:38 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 16:07:45 -0700 |
commit | ca75b4d8799d46842350596fdc5fce7711610326 (patch) | |
tree | b76561805594fd99bf70085a0dfbd8259cd95575 /init | |
parent | ff1c8fac88ab8e7dac65236b277908c7c5c7ab09 (diff) | |
download | linux-ca75b4d8799d46842350596fdc5fce7711610326.tar.bz2 |
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.c | 2 |
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); } |