]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: comedi: ni_660x: cleanup the boardinfo
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 5 Mar 2013 17:16:42 +0000 (10:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 17:03:34 +0000 (10:03 -0700)
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>
drivers/staging/comedi/drivers/ni_660x.c

index eae0e4acc053db6e7f9175f7d1434baa868dff6c..d2e061a195d0d32776f9810cde39c0d3bcaa081e 100644 (file)
@@ -403,21 +403,21 @@ struct ni_660x_board {
 
 static const struct ni_660x_board ni_660x_boards[] = {
        [BOARD_PCI6601] = {
-        .name = "PCI-6601",
-        .n_chips = 1,
-        },
+               .name           = "PCI-6601",
+               .n_chips        = 1,
+       },
        [BOARD_PCI6602] = {
-        .name = "PCI-6602",
-        .n_chips = 2,
-        },
+               .name           = "PCI-6602",
+               .n_chips        = 2,
+       },
        [BOARD_PXI6602] = {
-        .name = "PXI-6602",
-        .n_chips = 2,
-        },
+               .name           = "PXI-6602",
+               .n_chips        = 2,
+       },
        [BOARD_PXI6608] = {
-        .name = "PXI-6608",
-        .n_chips = 2,
-        },
+               .name           = "PXI-6608",
+               .n_chips        = 2,
+       },
 };
 
 #define NI_660X_MAX_NUM_CHIPS 2