]> 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)
commit533047b6a864b14530c2fa37cf97f9f5b16230ce
tree8c2aa1b5e6560edd412bb72555708e7f7a8d7f05
parent6d9c1b6789a3cab61e6e90d431bb29d624aae3c3
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: 6627539d9698 ("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