]> git.sur5r.net Git - u-boot/commit
cmd: add missing line breaks for pr_err()
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 4 Jun 2018 07:04:51 +0000 (16:04 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jun 2018 00:06:29 +0000 (20:06 -0400)
commit71002b508a1bc0986023764f155f0db26f548db2
treef452e92246a29383b323d19c9963910fdf77251e
parent5c890b1bc85af5cfb05916e360dc2919ec18ac12
cmd: add missing line breaks for pr_err()

After the commit 9b643e312d52 ("treewide: replace with error() with
pr_err()"), there are some pr_err() with no line break. Add missing
line breaks.

Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
cmd/fastboot.c
cmd/regulator.c
cmd/thordown.c
cmd/usb_mass_storage.c