* [PATCH 1/2] Staging: comedi: tab space coding style issue in pcl818.c
@ 2015-01-02 18:34 jitendra kumar khasdev
2015-01-02 23:07 ` Joe Perches
0 siblings, 1 reply; 2+ messages in thread
From: jitendra kumar khasdev @ 2015-01-02 18:34 UTC (permalink / raw)
To: abbotti, hsweeten, gregkh
Cc: devel, linux-kernel, pankaj.saraf, jitendra kumar khasdev
This is patch to the pcl818.c that fix up a use tab error
found by the checkpatch.pl tool
Signed-off-by: Jitendra kumar khasdev <jkhasdev@gmail.com>
---
drivers/staging/comedi/drivers/pcl818.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/staging/comedi/drivers/pcl818.c
index 8edea35..c29223b 100644
--- a/drivers/staging/comedi/drivers/pcl818.c
+++ b/drivers/staging/comedi/drivers/pcl818.c
@@ -45,7 +45,7 @@ A word or two about DMA. Driver support DMA operations at two ways:
[1] - IRQ (0=disable, 2, 3, 4, 5, 6, 7)
[2] - DMA (0=disable, 1, 3)
[3] - 0, 10=10MHz clock for 8254
- 1= 1MHz clock for 8254
+ 1= 1MHz clock for 8254
[4] - 0, 5=A/D input -5V.. +5V
1, 10=A/D input -10V..+10V
[5] - 0, 5=D/A output 0-5V (internal reference -5V)
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] Staging: comedi: tab space coding style issue in pcl818.c
2015-01-02 18:34 [PATCH 1/2] Staging: comedi: tab space coding style issue in pcl818.c jitendra kumar khasdev
@ 2015-01-02 23:07 ` Joe Perches
0 siblings, 0 replies; 2+ messages in thread
From: Joe Perches @ 2015-01-02 23:07 UTC (permalink / raw)
To: jitendra kumar khasdev
Cc: abbotti, hsweeten, gregkh, devel, linux-kernel, pankaj.saraf
On Sat, 2015-01-03 at 00:04 +0530, jitendra kumar khasdev wrote:
> This is patch to the pcl818.c that fix up a use tab error
> found by the checkpatch.pl tool
[]
> diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/staging/comedi/drivers/pcl818.c
[]
> @@ -45,7 +45,7 @@ A word or two about DMA. Driver support DMA operations at two ways:
> [1] - IRQ (0=disable, 2, 3, 4, 5, 6, 7)
> [2] - DMA (0=disable, 1, 3)
> [3] - 0, 10=10MHz clock for 8254
> - 1= 1MHz clock for 8254
> + 1= 1MHz clock for 8254
Please look at the end result and determine
if what you've done is better or worse than
the original.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-02 23:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02 18:34 [PATCH 1/2] Staging: comedi: tab space coding style issue in pcl818.c jitendra kumar khasdev
2015-01-02 23:07 ` Joe Perches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox