[PATCH] mtd: Replace printk() with more standardize output format.
Andy Shevchenko
andy.shevchenko at gmail.com
Tue Mar 13 09:42:16 PDT 2018
On Sun, Mar 11, 2018 at 7:23 PM, Arushi Singhal
<arushisinghal19971997 at gmail.com> wrote:
> + pr_notice("ftl_cs: format error: too many "
> + "transfer units!\n");
Please, join messages back to be one line for one line.
Examples:
pr("part1 "
"part2\'n");
-> pr("part1 part2\'n");
While
pr("part1\n"
"part2\'n");
stays the same.
--
With Best Regards,
Andy Shevchenko
More information about the linux-mtd
mailing list