Browse Source

staging:lustre: Fix C99 style comments

Fix C99 style comments in lov_obd.c in accordance to checkpatch.pl
warning.

Signed-off-by: Dulshani Gunawardhana <dulshani.gunawardhana89@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Dulshani Gunawardhana 12 years ago
parent
commit
5e4488316e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/lustre/lustre/lov/lov_obd.c

+ 1 - 1
drivers/staging/lustre/lustre/lov/lov_obd.c

@@ -2781,7 +2781,7 @@ struct obd_ops lov_obd_ops = {
 	.o_setup	       = lov_setup,
 	.o_setup	       = lov_setup,
 	.o_precleanup	  = lov_precleanup,
 	.o_precleanup	  = lov_precleanup,
 	.o_cleanup	     = lov_cleanup,
 	.o_cleanup	     = lov_cleanup,
-	//.o_process_config      = lov_process_config,
+	/*.o_process_config      = lov_process_config,*/
 	.o_connect	     = lov_connect,
 	.o_connect	     = lov_connect,
 	.o_disconnect	  = lov_disconnect,
 	.o_disconnect	  = lov_disconnect,
 	.o_statfs	      = lov_statfs,
 	.o_statfs	      = lov_statfs,