From: markpearson_de@yahoo.de
To: greg@kroah.com
Cc: abbotti@mev.co.uk, fmhess@users.sourceforge.net,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
Mark Pearson <markpearson_de@yahoo.de>
Subject: [PATCH 1/2] Staging: comedi: Coding style issues
Date: Sun, 10 Jul 2011 21:16:37 +0200 [thread overview]
Message-ID: <1310325398-30449-1-git-send-email-markpearson_de@yahoo.de> (raw)
From: Mark Pearson <markpearson_de@yahoo.de>
comedi.h : static inline decleration placed on the same line as the end
bracket from the previous static inline decleration.
Bracket coding issue also cleaned-up.
Signed-off-by: Mark Pearson <markpearson_de@yahoo.de>
---
drivers/staging/comedi/comedi.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h
index 6c900e2..ed6854c 100644
--- a/drivers/staging/comedi/comedi.h
+++ b/drivers/staging/comedi/comedi.h
@@ -514,7 +514,9 @@
return 0x1 + pfi_channel;
else
return 0xb + pfi_channel;
- } static inline unsigned NI_USUAL_RTSI_SELECT(unsigned rtsi_channel) {
+ }
+ static inline unsigned NI_USUAL_RTSI_SELECT(unsigned rtsi_channel)
+ {
if (rtsi_channel < 7)
return 0xb + rtsi_channel;
else
--
1.7.0.4
next reply other threads:[~2011-07-10 19:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-10 19:16 markpearson_de [this message]
2011-07-10 19:16 ` [PATCH 2/2] Staging: comedi: Fixed coding " markpearson_de
2011-08-23 18:56 ` [PATCH 1/2] Staging: comedi: Coding " 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=1310325398-30449-1-git-send-email-markpearson_de@yahoo.de \
--to=markpearson_de@yahoo.de \
--cc=abbotti@mev.co.uk \
--cc=devel@driverdev.osuosl.org \
--cc=fmhess@users.sourceforge.net \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
/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®