Re: [PATCH 1/4] mm: Convert pr_warning to pr_warn

2016-03-04 Thread Tejun Heo
On Thu, Mar 03, 2016 at 03:25:31PM -0800, Joe Perches wrote: > There are a mixture of pr_warning and pr_warn uses in mm. > Use pr_warn consistently. > > Miscellanea: > > o Coalesce formats > o Realign arguments > > Signed-off-by: Joe Perches For percpu, Acked-by: Tejun Heo Thanks. -- tej

[PATCH 1/4] mm: Convert pr_warning to pr_warn

2016-03-03 Thread Joe Perches
There are a mixture of pr_warning and pr_warn uses in mm. Use pr_warn consistently. Miscellanea: o Coalesce formats o Realign arguments Signed-off-by: Joe Perches --- mm/hugetlb.c | 9 - mm/kmemleak.c | 14 +++--- mm/percpu.c | 15 +++ 3 files changed, 18 insert