]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: lustre: replaced C99 comment style by C89 style
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Thu, 24 Oct 2013 18:06:17 +0000 (23:36 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:28:00 +0000 (20:28 -0700)
As per coding style guidelines C89 comment style /*...*/
is preferred over C99 comment style //, hence replaced
C99 comment style by C89 comment style to fix checkpatch
error

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Reviewed-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lvfs/lvfs_linux.c

index bb8b152e9a2adcbca10e5180079b00ca2f87e47f..1ef06fea793be43f83499785de2be71427b64815 100644 (file)
@@ -114,7 +114,7 @@ void push_ctxt(struct lvfs_run_ctxt *save, struct lvfs_run_ctxt *new_ctx,
        if (new_ctx->dt != NULL)
                return;
 
-       //ASSERT_NOT_KERNEL_CTXT("already in kernel context!\n");
+       /* ASSERT_NOT_KERNEL_CTXT("already in kernel context!\n"); */
        ASSERT_CTXT_MAGIC(new_ctx->magic);
        OBD_SET_CTXT_MAGIC(save);