Re: [PATCH 2/3] staging: lustre: Add blank line after variable declaration

2015-08-11 Thread Joe Perches
On Wed, 2015-08-12 at 10:30 +0530, Sudip Mukherjee wrote: > On Tue, Aug 11, 2015 at 09:32:30PM +0800, Swee Hua Law wrote: > > Add blank line after variable declaration [] > > diff --git a/drivers/staging/lustre/lustre/llite/lloop.c > > b/drivers/staging/lustre/lustre/llite/lloop.c [] > > @@ -372,9

Re: [PATCH 2/3] staging: lustre: Add blank line after variable declaration

2015-08-11 Thread Sudip Mukherjee
On Tue, Aug 11, 2015 at 09:32:30PM +0800, Swee Hua Law wrote: > Add blank line after variable declaration > > Signed-off-by: Swee Hua Law > --- > drivers/staging/lustre/lustre/llite/lloop.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/staging/lustre/lustre/llite/lloop.c

[PATCH 2/3] staging: lustre: Add blank line after variable declaration

2015-08-11 Thread Swee Hua Law
Add blank line after variable declaration Signed-off-by: Swee Hua Law --- drivers/staging/lustre/lustre/llite/lloop.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/staging/lustre/lustre/llite/lloop.c b/drivers/staging/lustre/lustre/llite/lloop.c index b643f11..de5eaa0 100644 --