All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 21/21] Staging: comedi: fix indent coding style issue in adq12b.c
@ 2010-03-23 19:33 Maurice Dawson
  2010-04-08 19:37 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Maurice Dawson @ 2010-03-23 19:33 UTC (permalink / raw)
  To: gregkh, wfp5p, mithlesh, devel, linux-kernel

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@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@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 21/21] Staging: comedi: fix indent coding style issue in adq12b.c
  2010-03-23 19:33 [PATCH 21/21] Staging: comedi: fix indent coding style issue in adq12b.c Maurice Dawson
@ 2010-04-08 19:37 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-04-08 19:37 UTC (permalink / raw)
  To: Maurice Dawson; +Cc: gregkh, wfp5p, mithlesh, devel, linux-kernel

On Tue, Mar 23, 2010 at 07:33:38PM +0000, Maurice Dawson wrote:
> This is a patch to the adq12b.c file that fixes up an indent warning found by the checkpatch.pl tool

Doesn't apply :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-08 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-23 19:33 [PATCH 21/21] Staging: comedi: fix indent coding style issue in adq12b.c Maurice Dawson
2010-04-08 19:37 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.