kernel/4.4: add missing newline character to UBI messages
authorGabor Juhos <juhosg@freemail.hu>
Tue, 19 Dec 2017 08:11:24 +0000 (09:11 +0100)
committerJohn Crispin <john@phrozen.org>
Sun, 24 Dec 2017 08:03:00 +0000 (09:03 +0100)
commitbb51193acd4e1046fe731199a19b46ffcd461de5
treeac91603b94a781ba71cde0375fcdf10d4babd7db
parentedf5ae20260763c61d2827b78cd6168493fbfd53
kernel/4.4: add missing newline character to UBI messages

A few UBI messages lacks the trailing newline character which
leads to ugly lines in the bootlog like this:

  [    6.649159] UBI error: no valid UBI magic found inside mtd6[    6.667751] Freeing unused kernel memory: 2196K

Add a newline character to the end of the messages to fix it.
After the fix the line from above looks better in the log:

  [    6.609182] UBI error: no valid UBI magic found inside mtd6
  [    6.627599] Freeing unused kernel memory: 2132K

Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
target/linux/generic/pending-4.4/490-ubi-auto-attach-mtd-device-named-ubi-or-data-on-boot.patch
target/linux/generic/pending-4.4/494-mtd-ubi-add-EOF-marker-support.patch