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

staging: comedi: cb_pcidas: cleanup the boardinfo 1

For aesthetic reasons, add whitespace to the boardinfo to
improve readability.
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 23e3cce3
......@@ -269,8 +269,7 @@ static const struct cb_pcidas_board cb_pcidas_boards[] = {
.trimpot = AD8402,
.has_dac08 = 1,
.is_1602 = 1,
},
{
}, {
.name = "pci-das1200",
.device_id = 0xF,
.ai_se_chans = 16,
......@@ -284,8 +283,7 @@ static const struct cb_pcidas_board cb_pcidas_boards[] = {
.trimpot = AD7376,
.has_dac08 = 0,
.is_1602 = 0,
},
{
}, {
.name = "pci-das1602/12",
.device_id = 0x10,
.ai_se_chans = 16,
......@@ -300,8 +298,7 @@ static const struct cb_pcidas_board cb_pcidas_boards[] = {
.trimpot = AD7376,
.has_dac08 = 0,
.is_1602 = 1,
},
{
}, {
.name = "pci-das1200/jr",
.device_id = 0x19,
.ai_se_chans = 16,
......@@ -315,8 +312,7 @@ static const struct cb_pcidas_board cb_pcidas_boards[] = {
.trimpot = AD7376,
.has_dac08 = 0,
.is_1602 = 0,
},
{
}, {
.name = "pci-das1602/16/jr",
.device_id = 0x1C,
.ai_se_chans = 16,
......@@ -330,8 +326,7 @@ static const struct cb_pcidas_board cb_pcidas_boards[] = {
.trimpot = AD8402,
.has_dac08 = 1,
.is_1602 = 1,
},
{
}, {
.name = "pci-das1000",
.device_id = 0x4C,
.ai_se_chans = 16,
......@@ -345,8 +340,7 @@ static const struct cb_pcidas_board cb_pcidas_boards[] = {
.trimpot = AD7376,
.has_dac08 = 0,
.is_1602 = 0,
},
{
}, {
.name = "pci-das1001",
.device_id = 0x1a,
.ai_se_chans = 16,
......@@ -360,8 +354,7 @@ static const struct cb_pcidas_board cb_pcidas_boards[] = {
.trimpot = AD7376,
.has_dac08 = 0,
.is_1602 = 0,
},
{
}, {
.name = "pci-das1002",
.device_id = 0x1b,
.ai_se_chans = 16,
......
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