Skip to content

Commit

Permalink
insert missing space in printk line of root_delay
Browse files Browse the repository at this point in the history
Trivial, but it really looks better.

Signed-off-by: Toralf Förster <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
toralf authored and torvalds committed Jul 3, 2013
1 parent ff1c8fa commit ca75b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/do_mounts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ca75b4d

Please sign in to comment.