[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1307291168-20311-1-git-send-email-kernel@kenobrien.org>
Date: Sun, 5 Jun 2011 17:26:08 +0100
From: Ken O'Brien <kernel@...obrien.org>
To: gregkh@...e.de
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Ken O'Brien <kernel@...obrien.org>
Subject: [PATCH] Staging: comedi: Fixed brace coding style issue
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@...obrien.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists