Re: [PATCH NAND v5] mtd: nand: Replace printk() with appropriate pr_*() macro

From: Andy Shevchenko
Date: Thu Feb 22 2018 - 12:08:36 EST


On Thu, Feb 22, 2018 at 6:31 PM, Shreeya Patel
<shreeya.patel23498@xxxxxxxxx> wrote:
> Using pr_<loglevel>() is more concise than
> printk(KERN_<LOGLEVEL>).
> Replace printks having a log level with the appropriate
> pr_*() macros.
> Define pr_fmt() and remove other additional macros from
> the replaced printks.

It makes sense to fix indentation, like in case similar to ' mm?"":""
', and fix the specifiers, when
void *p is printed as 0x%08x or alike.

--
With Best Regards,
Andy Shevchenko