[PATCH 21/21] Staging: comedi: fix indent coding style issue in adq12b.c

Maurice Dawson mauricedawson2699 at googlemail.com
Tue Mar 23 19:33:38 UTC 2010


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

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

diff --git a/drivers/staging/comedi/drivers/adq12b.c b/drivers/staging/comedi/drivers/adq12b.c
index c5ed8bb..b51813b 100644
--- a/drivers/staging/comedi/drivers/adq12b.c
+++ b/drivers/staging/comedi/drivers/adq12b.c
@@ -42,25 +42,25 @@ If you do not specify any options, they will default to
   option 1: I/O base address. The following table is provided as a help
    of the hardware jumpers.
 
-         address            jumper JADR
-          0x300                 1 (factory default)
-          0x320                 2
-          0x340                 3
-          0x360                 4
-          0x380                 5
-          0x3A0                 6
+	address			jumper JADR
+	0x300			1 (factory default)
+	0x320			2
+	0x340			3
+	0x360			4
+	0x380			5
+	0x3A0			6
 
   option 2: unipolar/bipolar ADC selection: 0 -> bipolar, 1 -> unipolar
 
-        selection         comedi_config option            JUB
-         bipolar                0                         2-3 (factory default)
-         unipolar               1                         1-2
+	selection	comedi_config option	JUB
+	bipolar			0		2-3 (factory default)
+	unipolar		1		1-2
 
   option 3: single-ended/differential AI selection: 0 -> SE, 1 -> differential
 
-        selection         comedi_config option     JCHA    JCHB
-       single-ended             0                  1-2     1-2 (factory default)
-       differential             1                  2-3     2-3
+	selection	comedi_config option	JCHA	JCHB
+	single-ended		0		1-2	1-2 (factory default)
+	differential		1		2-3	2-3
 
    written by jeremy theler <thelerg at ib.cnea.gov.ar>
 
@@ -140,7 +140,7 @@ static const struct adq12b_board adq12b_boards[] = {
 	.ai_bits = 12,
 	.di_chans = 8,
 	.do_chans = 5
-        }*/
+	}*/
 };
 
 #define thisboard ((const struct adq12b_board *)dev->board_ptr)
-- 
1.6.3.3




More information about the devel mailing list