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

From: Pedro Nieto
Date: Tue May 31 2016 - 20:01:16 EST


From: PedroNieto <pedronieto.cac@xxxxxxxxx>

Fixed a coding style issue.

Signed-off-by: Pedro Nieto <pedronieto.cac@xxxxxxxxx>
---
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