Staging: comedi: Block comment issue fixed for das16.c

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>
This commit is contained in:
Ravishankar Karkala Mallikarjunayya 2016-06-07 14:06:17 +05:30 committed by Greg Kroah-Hartman
parent d855c3a41f
commit 55cc6164ee

View 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;