[PATCH] Staging: comedi: das16.c: Fixed a comment coding style issue

Ian Abbott abbotti at mev.co.uk
Mon Jun 27 09:03:49 UTC 2016


On 27/06/16 00:46, Pedro Ignacio Nieto wrote:
> Fixed bad formated multi-line comment
>
> Signed-off-by: Pedro Ignacio Nieto <pedronieto.cac 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 fd8e0b7..b01f358 100644
> --- a/drivers/staging/comedi/drivers/das16.c
> +++ b/drivers/staging/comedi/drivers/das16.c
> @@ -428,8 +428,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;
>

The patch is fine now, but unfortunately, it's already been fixed by 
commit 55cc6164eecf in linux-next ("Staging: comedi: Block comment issue 
fixed for das16.c").

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


More information about the devel mailing list