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

staging: comedi: ni_labpc: 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>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d2337057
...@@ -382,8 +382,7 @@ static const struct labpc_boardinfo labpc_boards[] = { ...@@ -382,8 +382,7 @@ static const struct labpc_boardinfo labpc_boards[] = {
.ai_range_code = labpc_1200_ai_gain_bits, .ai_range_code = labpc_1200_ai_gain_bits,
.ai_range_is_unipolar = labpc_1200_is_unipolar, .ai_range_is_unipolar = labpc_1200_is_unipolar,
.ai_scan_up = 1, .ai_scan_up = 1,
}, }, {
{
.name = "lab-pc-1200ai", .name = "lab-pc-1200ai",
.ai_speed = 10000, .ai_speed = 10000,
.bustype = isa_bustype, .bustype = isa_bustype,
...@@ -392,8 +391,7 @@ static const struct labpc_boardinfo labpc_boards[] = { ...@@ -392,8 +391,7 @@ static const struct labpc_boardinfo labpc_boards[] = {
.ai_range_code = labpc_1200_ai_gain_bits, .ai_range_code = labpc_1200_ai_gain_bits,
.ai_range_is_unipolar = labpc_1200_is_unipolar, .ai_range_is_unipolar = labpc_1200_is_unipolar,
.ai_scan_up = 1, .ai_scan_up = 1,
}, }, {
{
.name = "lab-pc+", .name = "lab-pc+",
.ai_speed = 12000, .ai_speed = 12000,
.bustype = isa_bustype, .bustype = isa_bustype,
......
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