mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] Staging: comedi: Coding style issues
@ 2011-07-10 19:16 markpearson_de
  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
  0 siblings, 2 replies; 3+ messages in thread
From: markpearson_de @ 2011-07-10 19:16 UTC (permalink / raw)
  To: greg; +Cc: abbotti, fmhess, devel, linux-kernel, Mark Pearson

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


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

end of thread, other threads:[~2011-08-23 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-10 19:16 [PATCH 1/2] Staging: comedi: Coding style issues markpearson_de
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

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®