]> 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:53:50 +0000 (10:53 +0100)
committerRichard Weinberger <richard@nod.at>
Wed, 13 Sep 2017 20:05:30 +0000 (22:05 +0200)
commite20c40a09dbd1d8e10346495965dccd9dc8f0b1e
treeb029f3efad55966881dc3626c9821a98b21da12f
parentfd4bc9b943a73f8ac51d1064aa6fcf0206f8b602
ubi: pr_err() strings should end with newlines

In build.c, the following pr_err calls should be 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/block.c