For aesthetics, add some whitespace to the comedi_driver definition.

Signed-off-by: H Hartley Sweeten <hswee...@visionengravers.com>
Cc: Ian Abbott <abbo...@mev.co.uk>
Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org>
---
 drivers/staging/comedi/drivers/amplc_pc263.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/comedi/drivers/amplc_pc263.c 
b/drivers/staging/comedi/drivers/amplc_pc263.c
index 54cec9a..c09ff63 100644
--- a/drivers/staging/comedi/drivers/amplc_pc263.c
+++ b/drivers/staging/comedi/drivers/amplc_pc263.c
@@ -95,13 +95,13 @@ static int pc263_attach(struct comedi_device *dev, struct 
comedi_devconfig *it)
 }
 
 static struct comedi_driver amplc_pc263_driver = {
-       .driver_name = "amplc_pc263",
-       .module = THIS_MODULE,
-       .attach = pc263_attach,
-       .detach = comedi_legacy_detach,
-       .board_name = &pc263_boards[0].name,
-       .offset = sizeof(struct pc263_board),
-       .num_names = ARRAY_SIZE(pc263_boards),
+       .driver_name    = "amplc_pc263",
+       .module         = THIS_MODULE,
+       .attach         = pc263_attach,
+       .detach         = comedi_legacy_detach,
+       .board_name     = &pc263_boards[0].name,
+       .offset         = sizeof(struct pc263_board),
+       .num_names      = ARRAY_SIZE(pc263_boards),
 };
 
 module_comedi_driver(amplc_pc263_driver);
-- 
2.6.3

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to