Commit 3dd98ebe authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: skel: cleanup the boardinfo

For aesthetic reasons, add some whitespace to the boardinfo.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2fdecdbe
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment