commit | a51b7ccf3bf57956c64076987a9ad1152e896e79 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Wed Jul 26 10:51:10 2017 +0100 |
committer | Richard Weinberger <richard@nod.at> | Wed Sep 13 22:05:30 2017 +0200 |
tree | 406b3222b6915f211d946137cb4f85e4de9c99bd | |
parent | 278f31a70d2e40aa31bf465795bfce2ca8bb01b6 [diff] |
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>