staging: lustre: replaced C99 comment style by C89 style
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>
This commit is contained in:
parent
90131cc975
commit
13a7e2cf9b
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ void push_ctxt(struct lvfs_run_ctxt *save, struct lvfs_run_ctxt *new_ctx,
|
||||||
if (new_ctx->dt != NULL)
|
if (new_ctx->dt != NULL)
|
||||||
return;
|
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);
|
ASSERT_CTXT_MAGIC(new_ctx->magic);
|
||||||
OBD_SET_CTXT_MAGIC(save);
|
OBD_SET_CTXT_MAGIC(save);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue