Re: [PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Joe Perches
On Wed, 2014-08-06 at 23:45 +0300, Dan Carpenter wrote: > On Wed, Aug 06, 2014 at 01:31:46PM -0700, Joe Perches wrote: > > On Wed, 2014-08-06 at 23:13 +0300, Dan Carpenter wrote: > > > On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote: > > > > diff --git a/drivers/staging/lustre/lust

Re: [PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 01:31:46PM -0700, Joe Perches wrote: > On Wed, 2014-08-06 at 23:13 +0300, Dan Carpenter wrote: > > On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote: > > > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > > > b/drivers/staging/lustre/lustre/mdc/md

Re: [PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Joe Perches
On Wed, 2014-08-06 at 23:13 +0300, Dan Carpenter wrote: > On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote: > > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > > b/drivers/staging/lustre/lustre/mdc/mdc_reint.c [] > > @@ -71,7 +71,7 @@ int mdc_resource_get_unused(struct

Re: [PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote: > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > b/drivers/staging/lustre/lustre/mdc/mdc_reint.c > index c5420a42bc33..c40304bf0b62 100644 > --- a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > +++ b/drivers/staging/l

[PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Srikrishan Malik
Fixes the following checkpatch errors: ERROR: space required after that ',' (ctx:VxV) ERROR: space required after that close brace '}' Signed-off-by: Srikrishan Malik --- drivers/staging/lustre/lustre/mdc/mdc_lib.c | 25 + drivers/staging/lustre/lustre/mdc/mdc_locks.