Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1410698
| From | Pedro Nieto <pedronieto.cac@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Staging: comedi: das16.c: Added a blank line fixed a comment, coding style issue |
| Date | 2016-06-01 02:10 +0200 |
| Message-ID | <rF1Tr-12q-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: PedroNieto <pedronieto.cac@gmail.com>
Fixed a coding style issue.
Signed-off-by: Pedro Nieto <pedronieto.cac@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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] Staging: comedi: das16.c: Added a blank line fixed a comment, coding style issue Pedro Nieto <pedronieto.cac@gmail.com> - 2016-06-01 02:10 +0200
csiph-web