Skip to content

Commit

Permalink
staging: comedi: skel: cleanup the boardinfo
Browse files Browse the repository at this point in the history
For aesthetic reasons, add some whitespace to the boardinfo.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent 2fdecdb commit 3dd98eb
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions drivers/staging/comedi/drivers/skel.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,16 @@ struct skel_board {

static const struct skel_board skel_boards[] = {
[BOARD_SKEL100] = {
.name = "skel-100",
.ai_chans = 16,
.ai_bits = 12,
.have_dio = 1,
},
.name = "skel-100",
.ai_chans = 16,
.ai_bits = 12,
.have_dio = 1,
},
[BOARD_SKEL200] = {
.name = "skel-200",
.ai_chans = 8,
.ai_bits = 16,
.have_dio = 0,
},
.name = "skel-200",
.ai_chans = 8,
.ai_bits = 16,
},
};

/* this structure is for data unique to this hardware driver. If
Expand Down

0 comments on commit 3dd98eb

Please sign in to comment.