Re: [PATCH] mm: Fix Coding style

2014-03-09 Thread Choi
>Please run your suggested patches through checkpatch. > @@ -715,7 +715,7 @@ static void __percpu *pcpu_alloc(size_t size, size_t > align, bool reserved) > > if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE)) { > WARN(true, "illegal size (%zu) or align (%z

Re: [PATCH] mm: Fix Coding style

2014-03-07 Thread Joe Perches
On Sat, 2014-03-08 at 12:46 +0900, Choi Gi-yong wrote: [] > diff --git a/mm/percpu.c b/mm/percpu.c Please run your suggested patches through checkpatch. > @@ -715,7 +715,7 @@ static void __percpu *pcpu_alloc(size_t size, size_t > align, bool reserved) > > if (unlikely(!size || size > PCP

[PATCH] mm: Fix Coding style

2014-03-07 Thread Choi Gi-yong
Signed-off-by: Choi Gi-yong --- mm/percpu.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 036cfe0..6528ffa 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -72,7 +72,7 @@ #include #include #include -#include +#include #defi