kernel/4.9: add missing newline character to UBI messages
[openwrt/staging/wigyori.git] / target / linux / generic / pending-4.9 / 494-mtd-ubi-add-EOF-marker-support.patch
index c6ba444b4d5dd2340f231ac1a15b0aebb7756342..0b2314955b88ecf6cbd06cbad95b108ae4fa77ba 100644 (file)
@@ -36,7 +36,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
 +                      return err;
 +
 +              if (ec_hdr_has_eof(ech)) {
-+                      pr_notice("UBI: EOF marker found, PEBs from %d will be erased",
++                      pr_notice("UBI: EOF marker found, PEBs from %d will be erased\n",
 +                              pnum);
 +                      ai->eof_found = true;
 +              }