summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/drivers/mf6x4.c
diff options
context:
space:
mode:
authorH Hartley Sweeten <hsweeten@visionengravers.com>2015-10-06 11:11:16 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-12 22:55:31 -0700
commitae57371378801d0e885d4cb3aaf15b9d7d5d3649 (patch)
tree3c95d43ec6d962d34f85040bffb0bb2e6480eeb7 /drivers/staging/comedi/drivers/mf6x4.c
parent1df2abb351f1cd998099dff34ed5b5f844c8b387 (diff)
staging: comedi: mf6x4: refactor block comment
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>
Diffstat (limited to 'drivers/staging/comedi/drivers/mf6x4.c')
-rw-r--r--drivers/staging/comedi/drivers/mf6x4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/comedi/drivers/mf6x4.c b/drivers/staging/comedi/drivers/mf6x4.c
index a52593b650a3..7fdb1e266b93 100644
--- a/drivers/staging/comedi/drivers/mf6x4.c
+++ b/drivers/staging/comedi/drivers/mf6x4.c
@@ -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[] = {