Re: [PATCH 3/4] mm: Convert printk(KERN_ to pr_

2016-03-04 Thread Tejun Heo
On Thu, Mar 03, 2016 at 03:25:33PM -0800, Joe Perches wrote: > Most of the mm subsystem uses pr_ so make it consistent. > > Miscellanea: > > o Realign arguments > o Add missing newline to format > o kmemleak-test.c has a "kmemleak: " prefix added to the > "Kmemleak testing" logging message via

[PATCH 3/4] mm: Convert printk(KERN_ to pr_

2016-03-03 Thread Joe Perches
Most of the mm subsystem uses pr_ so make it consistent. Miscellanea: o Realign arguments o Add missing newline to format o kmemleak-test.c has a "kmemleak: " prefix added to the "Kmemleak testing" logging message via pr_fmt Signed-off-by: Joe Perches --- mm/backing-dev.c| 4 ++-- mm/bo