Re: [PATCH] mtd: Replace printk() with more standardize output format.
From: Andy Shevchenko
Date: Tue Mar 13 2018 - 12:42:24 EST
On Sun, Mar 11, 2018 at 7:23 PM, Arushi Singhal
<arushisinghal19971997@xxxxxxxxx> 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