From: Aruna-Hewapathirane <aruna.hewapathirane@gmail.com>
To: abbotti@mev.co.uk
Cc: hsweeten@visionengravers.com, gregkh@linuxfoundation.org,
peterhuewe@gmx.de, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org,
Aruna-Hewapathirane <aruna.hewapathirane@gmail.com>
Subject: [PATCH] Staging: comedi: fixed style issue Fixed a coding style issue Signed-off-by: Aruna Hewapathirane <aruna.hewapathirane@gmail.com>
Date: Mon, 6 Jan 2014 04:00:39 -0500 [thread overview]
Message-ID: <1388998839-28799-1-git-send-email-aruna.hewapathirane@gmail.com> (raw)
---
drivers/staging/comedi/drivers/ke_counter.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/drivers/ke_counter.c b/drivers/staging/comedi/drivers/ke_counter.c
index 15589f6..cebf818 100644
--- a/drivers/staging/comedi/drivers/ke_counter.c
+++ b/drivers/staging/comedi/drivers/ke_counter.c
@@ -105,7 +105,7 @@ static int cnt_auto_attach(struct comedi_device *dev,
dev->read_subdev = s;
s->type = COMEDI_SUBD_COUNTER;
- s->subdev_flags = SDF_READABLE /* | SDF_COMMON */ ;
+ s->subdev_flags = SDF_READABLE /* | SDF_COMMON */;
s->n_chan = 3;
s->maxdata = 0x00ffffff;
s->insn_read = cnt_rinsn;
@@ -120,7 +120,7 @@ static int cnt_auto_attach(struct comedi_device *dev,
outb(0, dev->iobase + 0x40);
dev_info(dev->class_dev, "%s: %s attached\n",
- dev->driver->driver_name, dev->board_name);
+ dev->driver->driver_name, dev->board_name);
return 0;
}
--
1.7.0.4
next reply other threads:[~2014-01-06 9:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-06 9:00 Aruna-Hewapathirane [this message]
2014-01-06 9:09 ` Dan Carpenter
2014-01-06 9:18 ` Aruna Hewapathirane
2014-01-06 9:23 ` Dan Carpenter
2014-01-06 9:30 ` Aruna Hewapathirane
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=1388998839-28799-1-git-send-email-aruna.hewapathirane@gmail.com \
--to=aruna.hewapathirane@gmail.com \
--cc=abbotti@mev.co.uk \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=hsweeten@visionengravers.com \
--cc=linux-kernel@vger.kernel.org \
--cc=peterhuewe@gmx.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®