[PATCH 22/22] Staging: comedi: fix space coding style issue in adq12b.c

Maurice Dawson mauricedawson2699 at googlemail.com
Tue Mar 23 19:58:17 UTC 2010


This is a patch to the adq12b.c file that fixes up a space warning found by the checkpatch.pl tool

Signed-off-by: Maurice Dawson <mauricedawson2699 at googlemail.com>
---
 drivers/staging/comedi/drivers/adq12b.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/comedi/drivers/adq12b.c b/drivers/staging/comedi/drivers/adq12b.c
index b51813b..00b2009 100644
--- a/drivers/staging/comedi/drivers/adq12b.c
+++ b/drivers/staging/comedi/drivers/adq12b.c
@@ -166,12 +166,12 @@ static int adq12b_attach(struct comedi_device *dev,
 static int adq12b_detach(struct comedi_device *dev);
 static struct comedi_driver driver_adq12b = {
 driver_name:"adq12b",
-module:THIS_MODULE,
-attach:adq12b_attach,
-detach:adq12b_detach,
-board_name:&adq12b_boards[0].name,
-offset:sizeof(struct adq12b_board),
-num_names:ARRAY_SIZE(adq12b_boards),
+module : THIS_MODULE,
+attach : adq12b_attach,
+detach : adq12b_detach,
+board_name : &adq12b_boards[0].name,
+offset : sizeof(struct adq12b_board),
+num_names : ARRAY_SIZE(adq12b_boards),
 };
 
 static int adq12b_ai_rinsn(struct comedi_device *dev,
-- 
1.6.3.3




More information about the devel mailing list