From: Maurice Dawson on
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(a)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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/