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

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

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

diff --git a/drivers/staging/comedi/drivers/adq12b.c b/drivers/staging/comedi/drivers/adq12b.c
index b51813b..00b2009 100644
--- a/drivers/staging/comedi/drivers/adq12b.c
+++ b/drivers/staging/comedi/drivers/adq12b.c
@@ -166,12 +166,12 @@ static int adq12b_attach(struct comedi_device *dev,
 static int adq12b_detach(struct comedi_device *dev);
 static struct comedi_driver driver_adq12b = {
 driver_name:"adq12b",
-module:THIS_MODULE,
-attach:adq12b_attach,
-detach:adq12b_detach,
-board_name:&adq12b_boards[0].name,
-offset:sizeof(struct adq12b_board),
-num_names:ARRAY_SIZE(adq12b_boards),
+module : THIS_MODULE,
+attach : adq12b_attach,
+detach : adq12b_detach,
+board_name : &adq12b_boards[0].name,
+offset : sizeof(struct adq12b_board),
+num_names : ARRAY_SIZE(adq12b_boards),
 };
 
 static int adq12b_ai_rinsn(struct comedi_device *dev,
-- 
1.6.3.3


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

* Re: [PATCH 22/22] Staging: comedi: fix space coding style issue in adq12b.c
  2010-03-23 19:58 [PATCH 22/22] Staging: comedi: fix space 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:58:17PM +0000, Maurice Dawson wrote:
> This is a patch to the adq12b.c file that fixes up a space 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:31 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:58 [PATCH 22/22] Staging: comedi: fix space 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.