]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: lustre: Fix do not use C99 // comments in mgc_request.c
authorMasanari Iida <standby24x7@gmail.com>
Mon, 23 Dec 2013 04:10:34 +0000 (13:10 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2014 23:50:34 +0000 (15:50 -0800)
This patch fixed "ERROR: do not use C99 // comments"
found by checkpatch.pl in lustre/lustre/mgc_request.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/mgc/mgc_request.c

index ede657ee9d9e5fcb0199e448db2a7cbbc064a56b..3bdbb94e020fbeeaed169cfae69bc532c7f18594 100644 (file)
@@ -1895,9 +1895,9 @@ struct obd_ops mgc_obd_ops = {
        .o_del_conn     = client_import_del_conn,
        .o_connect      = client_connect_import,
        .o_disconnect   = client_disconnect_export,
-       //.o_enqueue      = mgc_enqueue,
+       /* .o_enqueue      = mgc_enqueue, */
        .o_cancel       = mgc_cancel,
-       //.o_iocontrol    = mgc_iocontrol,
+       /* .o_iocontrol    = mgc_iocontrol, */
        .o_set_info_async = mgc_set_info_async,
        .o_get_info       = mgc_get_info,
        .o_import_event = mgc_import_event,