[PATCH] Staging: comedi: das16.c: Added a blank line fixed a comment, coding style issue

Pedro Nieto pedronieto.cac at gmail.com
Wed Jun 1 00:00:59 UTC 2016


From: PedroNieto <pedronieto.cac at gmail.com>

Fixed a coding style issue.

Signed-off-by: Pedro Nieto <pedronieto.cac at gmail.com>
---
 drivers/staging/comedi/drivers/das16.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c
index fd8e0b7..ef345dc 100644
--- a/drivers/staging/comedi/drivers/das16.c
+++ b/drivers/staging/comedi/drivers/das16.c
@@ -198,6 +198,7 @@ enum {
 	das16_pg_1601,
 	das16_pg_1602,
 };
+
 static const int *const das16_gainlists[] = {
 	NULL,
 	das16jr_gainlist,
@@ -428,8 +429,10 @@ static const struct das16_board das16_boards[] = {
 	},
 };
 
-/* Period for timer interrupt in jiffies.  It's a function
- * to deal with possibility of dynamic HZ patches  */
+/*
+ * Period for timer interrupt in jiffies.  It's a function
+ * to deal with possibility of dynamic HZ patches
+ */
 static inline int timer_period(void)
 {
 	return HZ / 20;
-- 
2.1.4



More information about the devel mailing list