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:
parent
d855c3a41f
commit
55cc6164ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user