]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
staging: comedi: skel: cleanup the boardinfo
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Tue, 5 Mar 2013 17:22:48 +0000 (10:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Mar 2013 17:05:22 +0000 (10:05 -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/skel.c

index 9d914b21e5c05b7c1f8cc3fed994228c98d74473..1737c2a06ae37585d432653bc2c324d8bb526e87 100644 (file)
@@ -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