Re: [PATCH 2/4] mm: Coalesce split strings

2016-03-04 Thread Tejun Heo
On Thu, Mar 03, 2016 at 03:25:32PM -0800, Joe Perches wrote: > Kernel style prefers a single string over split strings when > the string is 'user-visible'. > > Miscellanea: > > o Add a missing newline > o Realign arguments > > Signed-off-by: Joe Perches For percpu, Acked-by: Tejun Heo Than

[PATCH 2/4] mm: Coalesce split strings

2016-03-03 Thread Joe Perches
Kernel style prefers a single string over split strings when the string is 'user-visible'. Miscellanea: o Add a missing newline o Realign arguments Signed-off-by: Joe Perches --- mm/dmapool.c| 10 -- mm/huge_memory.c| 3 +-- mm/kasan/report.c | 6 ++ mm/kmemcheck.c