kernel/4.4: add missing newline character to UBI messages
[openwrt/staging/chunkeey.git] / target / linux / generic / pending-4.4 / 494-mtd-ubi-add-EOF-marker-support.patch
index dd5ee306efc95ce5a555775df11541e5e2880bd3..749232a396bc3b9cc105c135cfd3a948704b45e1 100644 (file)
@@ -27,7 +27,7 @@
 +                      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;
 +              }