staging: comedi: mf6x4: refactor block comment
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 6 Oct 2015 18:11:16 +0000 (11:11 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Oct 2015 05:55:31 +0000 (22:55 -0700)
Refactor this block comment to fix the checkpatch.pl issues:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
 drivers/staging/comedi/drivers/mf6x4.c | 2 +-
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/mf6x4.c

index a52593b..7fdb1e2 100644 (file)
@@ -57,8 +57,8 @@ enum mf6x4_boardid {
 
 struct mf6x4_board {
        const char *name;
-       unsigned int bar_nums[3]; /* We need to keep track of the
-                                    order of BARs used by the cards */
+       /* We need to keep track of the order of BARs used by the cards */
+       unsigned int bar_nums[3];
 };
 
 static const struct mf6x4_board mf6x4_boards[] = {