linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: Fixed brace coding style issue
@ 2011-06-05 16:26 Ken O'Brien
  2011-06-28 21:30 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Ken O'Brien @ 2011-06-05 16:26 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Ken O'Brien

Fixed coding style error raised by scripts/checkpatch.pl on comedi.h.
This file no longer throws an error.

Signed-off-by: Ken O'Brien <kernel@kenobrien.org>
---
 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.4.1


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

* Re: [PATCH] Staging: comedi: Fixed brace coding style issue
  2011-06-05 16:26 [PATCH] Staging: comedi: Fixed brace coding style issue Ken O'Brien
@ 2011-06-28 21:30 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2011-06-28 21:30 UTC (permalink / raw)
  To: Ken O'Brien; +Cc: gregkh, devel, linux-kernel

On Sun, Jun 05, 2011 at 05:26:08PM +0100, Ken O'Brien wrote:
> Fixed coding style error raised by scripts/checkpatch.pl on comedi.h.
> This file no longer throws an error.
> 
> Signed-off-by: Ken O'Brien <kernel@kenobrien.org>

Sorry, this doesn't apply to the tree anymore :(

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

end of thread, other threads:[~2011-06-28 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-05 16:26 [PATCH] Staging: comedi: Fixed brace coding style issue Ken O'Brien
2011-06-28 21:30 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).