All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maurice Dawson <mauricedawson2699@googlemail.com>
To: gregkh@suse.de, wfp5p@virginia.edu, mithlesh@linsyssoft.com,
	devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH 22/22] Staging: comedi: fix space coding style issue in adq12b.c
Date: Tue, 23 Mar 2010 19:58:17 +0000	[thread overview]
Message-ID: <1269374297-3894-1-git-send-email-mauricedawson2699@googlemail.com> (raw)

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


             reply	other threads:[~2010-03-23 19:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-23 19:58 Maurice Dawson [this message]
2010-04-08 19:37 ` [PATCH 22/22] Staging: comedi: fix space coding style issue in adq12b.c Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1269374297-3894-1-git-send-email-mauricedawson2699@googlemail.com \
    --to=mauricedawson2699@googlemail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mithlesh@linsyssoft.com \
    --cc=wfp5p@virginia.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.