linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Drivers:staging:comedi:drivers: Fixed checkpatch warning
@ 2014-11-26 11:26 Athira Lekshmi C V
  2014-11-26 23:40 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Athira Lekshmi C V @ 2014-11-26 11:26 UTC (permalink / raw)
  To: gregkh; +Cc: hsweeten, abbotti, devel, linux-kernel, Athira Lekshmi C V

Fixed the checkpatch warning:
WARNING: please, no space before tabs

Signed-off-by: Athira Lekshmi C V <andnlnbn18@gmail.com>
---
 drivers/staging/comedi/drivers/ni_at_a2150.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/ni_at_a2150.c b/drivers/staging/comedi/drivers/ni_at_a2150.c
index 69e543a..bff4852 100644
--- a/drivers/staging/comedi/drivers/ni_at_a2150.c
+++ b/drivers/staging/comedi/drivers/ni_at_a2150.c
@@ -108,7 +108,7 @@ TRIG_WAKE_EOS
 #define   IRQ_LVL_BITS(x)		(((x) & 0xf) << 4)	/*  sets irq level */
 #define   FIFO_INTR_EN_BIT		0x100	/*  enable fifo interrupts */
 #define   FIFO_INTR_FHF_BIT		0x200	/*  interrupt fifo half full */
-#define   DMA_INTR_EN_BIT 		0x800	/*  enable interrupt on dma terminal count */
+#define   DMA_INTR_EN_BIT		0x800	/*  enable interrupt on dma terminal count */
 #define   DMA_DEM_EN_BIT	0x1000	/*  enables demand mode dma */
 #define I8253_BASE_REG		0x14
 #define I8253_MODE_REG		0x17
-- 
1.7.9.5


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

* Re: [PATCH] Drivers:staging:comedi:drivers: Fixed checkpatch warning
  2014-11-26 11:26 [PATCH] Drivers:staging:comedi:drivers: Fixed checkpatch warning Athira Lekshmi C V
@ 2014-11-26 23:40 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2014-11-26 23:40 UTC (permalink / raw)
  To: Athira Lekshmi C V; +Cc: devel, abbotti, linux-kernel

On Wed, Nov 26, 2014 at 04:56:55PM +0530, Athira Lekshmi C V wrote:
> Fixed the checkpatch warning:
> WARNING: please, no space before tabs
> 
> Signed-off-by: Athira Lekshmi C V <andnlnbn18@gmail.com>

Same question about the name here as before.

Also, be more specific in your subject as to what you are changing.
"fixed checkpatch warning" is very vague.

thanks,

greg k-h

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

end of thread, other threads:[~2014-11-27  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-26 11:26 [PATCH] Drivers:staging:comedi:drivers: Fixed checkpatch warning Athira Lekshmi C V
2014-11-26 23:40 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).