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

Greg KH gregkh at linuxfoundation.org
Sun Jun 26 22:27:50 UTC 2016


On Sun, Jun 26, 2016 at 07:12:57PM -0300, Pedro Ignacio Nieto wrote:
> From: Pedro Nieto <pedronieto.cac at gmail.com>
> 
> Fixed bad formated multi-line comment
> 
> Signed-off-by: Pedro Ignacio Nieto <pedronieto.cac at gmail.com>
> ---
>  drivers/staging/comedi/drivers/das16.c | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c
> index fd8e0b7..9c86041 100644
> --- a/drivers/staging/comedi/drivers/das16.c
> +++ b/drivers/staging/comedi/drivers/das16.c
> @@ -428,8 +428,11 @@ 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
> + */
> +

Why add an empty line?  Please don't.

thanks,

greg k-h


More information about the devel mailing list