From: H Hartley Sweeten Date: Tue, 6 Oct 2015 18:11:16 +0000 (-0700) Subject: staging: comedi: mf6x4: refactor block comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ae57371378801d0e885d4cb3aaf15b9d7d5d3649;p=deliverable%2Flinux.git 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 drivers/staging/comedi/drivers/mf6x4.c | 2 +- Signed-off-by: Greg Kroah-Hartman --- 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[] = {