init/ramdisk: use pr_cont() at the end of ramdisk loading
authorAaro Koskinen <[email protected]>
Tue, 10 Apr 2018 23:34:34 +0000 (16:34 -0700)
committerLinus Torvalds <[email protected]>
Wed, 11 Apr 2018 17:28:36 +0000 (10:28 -0700)
commit1a6a05a4fa862631df738dae76b4531ee15e5a0f
tree37b4924bc7e3537ef48e4cdb7ef7f2636c5ce5ef
parent5d430902615bdea9d9bc205ed06ffc40d86ea66f
init/ramdisk: use pr_cont() at the end of ramdisk loading

Use pr_cont() at the end of ramdisk loading.  This will avoid the
rotator and an extra newline appearing in the dmesg.

Before:
  RAMDISK: Loading 2436KiB [1 disk] into ram disk... |
  done.

After:
  RAMDISK: Loading 2436KiB [1 disk] into ram disk... done.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Aaro Koskinen <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
init/do_mounts_rd.c