ubi: pr_err() strings should end with newlines
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 26 Jul 2017 09:51:10 +0000 (10:51 +0100)
committerRichard Weinberger <richard@nod.at>
Wed, 13 Sep 2017 20:05:30 +0000 (22:05 +0200)
commita51b7ccf3bf57956c64076987a9ad1152e896e79
tree406b3222b6915f211d946137cb4f85e4de9c99bd
parent278f31a70d2e40aa31bf465795bfce2ca8bb01b6
ubi: pr_err() strings should end with newlines

In ubi_attach_mtd_dev() the pr_err() calls should have their
messgaes terminated with a new-line to avoid other messages
being concatenated onto the end.

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/build.c