Re: [PATCH 06/12] staging: lustre: replace c99 style comments with C89

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 10:42:56PM +0530, Srikrishan Malik wrote: > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_lib.c > b/drivers/staging/lustre/lustre/mdc/mdc_lib.c > index 35ce2fdf696c..7f9b6eb51860 100644 > --- a/drivers/staging/lustre/lustre/mdc/mdc_lib.c > +++ b/drivers/staging/lustre/

[PATCH 06/12] staging: lustre: replace c99 style comments with C89

2014-08-06 Thread Srikrishan Malik
Fixes the following checkpatch error: ERROR: do not use C99 // comments Signed-off-by: Srikrishan Malik --- drivers/staging/lustre/lustre/mdc/mdc_lib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/lustre/lustre/mdc/mdc_lib.c b/drivers/staging/lustre