diff options
-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 | } |