Staging: comedi: Block comment issue fixed for das16.c
authorRavishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
Tue, 7 Jun 2016 08:36:17 +0000 (14:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 04:13:29 +0000 (21:13 -0700)
This is a patch to the das16.c file that fixes up a
WARNING: 'Block comments use a trailing */ on a separate line'
found by the checkpatch.pl tool.

Signed-off-by: Ravishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/das16.c

index 8b037bd..5d15795 100644 (file)
@@ -429,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;