]> git.baikalelectronics.ru Git - kernel.git/commit
dm init: remove trailing newline from calls to DMERR() and DMINFO()
authorStephen Boyd <swboyd@chromium.org>
Wed, 5 Jun 2019 01:27:29 +0000 (18:27 -0700)
committerMike Snitzer <snitzer@redhat.com>
Tue, 25 Jun 2019 17:43:09 +0000 (13:43 -0400)
commit7946e050be3232736974fd2fb57bf8bc599149fb
tree8c2aa1b5e6560edd412bb72555708e7f7a8d7f05
parente2e29cd72210fb781c7cde46556a004974bfdc2a
dm init: remove trailing newline from calls to DMERR() and DMINFO()

These printing macros already add a trailing newline, so having another
one here just makes for blank lines when these prints are enabled.
Remove these needless newlines.

Fixes: d947506a5e60 ("dm: add support to directly boot to a mapped device")
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-init.c