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

Patch to the adl_pci9111.c file that fixes a spaces warning found by the checkpatch.pl tool

Signed-off-by: Maurice Dawson <mauricedawson2699@googlemail.com>
---
 drivers/staging/comedi/drivers/adl_pci9111.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/comedi/drivers/adl_pci9111.c b/drivers/staging/comedi/drivers/adl_pci9111.c
index 969044a..bf47f79 100644
--- a/drivers/staging/comedi/drivers/adl_pci9111.c
+++ b/drivers/staging/comedi/drivers/adl_pci9111.c
@@ -216,15 +216,15 @@ Add external multiplexer support.
 
 #define pci9111_is_fifo_full() \
   ((inb(PCI9111_IO_BASE+PCI9111_REGISTER_RANGE_STATUS_READBACK)& \
-    PCI9111_FIFO_FULL_MASK)==0)
+    PCI9111_FIFO_FULL_MASK) == 0)
 
 #define pci9111_is_fifo_half_full() \
   ((inb(PCI9111_IO_BASE+PCI9111_REGISTER_RANGE_STATUS_READBACK)& \
-    PCI9111_FIFO_HALF_FULL_MASK)==0)
+    PCI9111_FIFO_HALF_FULL_MASK) == 0)
 
 #define pci9111_is_fifo_empty() \
   ((inb(PCI9111_IO_BASE+PCI9111_REGISTER_RANGE_STATUS_READBACK)& \
-    PCI9111_FIFO_EMPTY_MASK)==0)
+    PCI9111_FIFO_EMPTY_MASK) == 0)
 
 #define pci9111_ai_channel_set(channel) \
   outb((channel)&PCI9111_CHANNEL_MASK, \
-- 
1.6.3.3


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

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

On Mon, Mar 08, 2010 at 11:33:48AM +0000, Maurice Dawson wrote:
> Patch to the adl_pci9111.c file that fixes a spaces warning found by the checkpatch.pl tool

And this didn't apply either :(

thanks,

greg k-h

^ 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-08 11:33 [PATCH 11/11] Staging: comedi: Fix spaces coding style issue in adl_pci9111.c Maurice Dawson
2010-04-08 19:31 ` 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.