On Sun, Mar 11, 2018 at 7:23 PM, Arushi Singhal <[email protected]> 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

