Commit 55cc6164 authored by Ravishankar Karkala Mallikarjunayya's avatar Ravishankar Karkala Mallikarjunayya Committed by Greg Kroah-Hartman

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: default avatarRavishankar Karkala Mallikarjunayya <ravishankarkm32@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d855c3a4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment