[PATCH 2/5] Staging: comedi: das16: fix Block comment

Ian Abbott abbotti at mev.co.uk
Wed Jun 8 09:47:45 UTC 2016


On 08/06/16 06:30, Ravishankar Karkala Mallikarjunayya wrote:
> This 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 at gmail.com>
> ---
>   drivers/staging/comedi/drivers/das16.c | 6 ++++--
>   1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c
> index 4d6e581..ef345dc 100644
> --- a/drivers/staging/comedi/drivers/das16.c
> +++ b/drivers/staging/comedi/drivers/das16.c
> @@ -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;
>

Thanks!

Reviewed-by: Ian Abbott <abbotti at mev.co.uk>

-- 
-=( Ian Abbott @ MEV Ltd.    E-mail: <abbotti at mev.co.uk> )=-
-=(                          Web: http://www.mev.co.uk/  )=-


More information about the devel mailing list