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)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Oct 2022 04:31:43 +0000 (13:31 +0900)
commit4dfce0db88d8832f8843a6d5fc6997f91e26df9c
treef377ed31fb9d7221d69a1829240254ba1bd8d4a5
parentd44c07e8ae329b86bff52dccfd194cda0b33232b
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>
[sw0312.kim: cherry-pick from mainline to fix error log]

Change-Id: I8aa616cb4c1e6d4ab250ba89cb75214f33488a6f
cmd/thordown.c