diff options
author | Toralf Förster <toralf.foerster@gmx.de> | 2013-07-03 18:05:38 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 19:07:45 -0400 |
commit | ca75b4d8799d46842350596fdc5fce7711610326 (patch) | |
tree | b76561805594fd99bf70085a0dfbd8259cd95575 /init | |
parent | ff1c8fac88ab8e7dac65236b277908c7c5c7ab09 (diff) |
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) | |||
536 | int is_floppy; | 536 | int is_floppy; |
537 | 537 | ||
538 | if (root_delay) { | 538 | if (root_delay) { |
539 | printk(KERN_INFO "Waiting %dsec before mounting root device...\n", | 539 | printk(KERN_INFO "Waiting %d sec before mounting root device...\n", |
540 | root_delay); | 540 | root_delay); |
541 | ssleep(root_delay); | 541 | ssleep(root_delay); |
542 | } | 542 | } |