]> git.sur5r.net Git - u-boot/commit
mtd: ubi: Add missing newlines in ubi_init()
authorStefan Roese <sr@denx.de>
Tue, 29 May 2018 13:28:54 +0000 (15:28 +0200)
committerHeiko Schocher <hs@denx.de>
Wed, 6 Jun 2018 08:25:13 +0000 (10:25 +0200)
commit78306cba118e718a3b429695ac48846b9d9afeff
treea6c4282d556fe5c78b355904526607142ee65bf2
parent89d811eee694ebd7dee0766e90552b91e89f60fb
mtd: ubi: Add missing newlines in ubi_init()

I just stumbled over some cluttered UBI messages. It seems some newline
chars are missing in the current U-Boot UBI source. Lets fix this
in U-Boot as well (Linux has those fixes already).

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Heiko Schocher <hs@denx.de>
drivers/mtd/ubi/build.c