]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd4bc9b943a73f8ac51d1064aa6fcf0206f8b602
tree406b3222b6915f211d946137cb4f85e4de9c99bd
parentcc60511d97347462632727fa101743ec38912fcc
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