[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1464739259-24936-1-git-send-email-pedronieto.cac@gmail.com>
Date:	Tue, 31 May 2016 21:00:59 -0300
From:	Pedro Nieto <pedronieto.cac@...il.com>
To:	gregkh@...uxfoundation.org
Cc:	devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
	PedroNieto <pedronieto.cac@...il.com>
Subject: [PATCH] Staging: comedi: das16.c: Added a blank line fixed a comment, coding style issue
From: PedroNieto <pedronieto.cac@...il.com>
Fixed a coding style issue.
Signed-off-by: Pedro Nieto <pedronieto.cac@...il.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
Powered by blists - more mailing lists
 
