[PATCH 2/2] staging: comedi: das16: fixed coding style issue

Ian Abbott abbotti at mev.co.uk
Wed Jun 8 09:39:49 UTC 2016


On 08/06/16 03:23, Akshay Shipurkar wrote:

Where is patch 1/2?

> Fixed a multi-line comment coding style issue.
>
> Signed-off-by: Akshay Shipurkar <akshayshipurkar at gmail.com>
> ---
>   drivers/staging/comedi/drivers/das16.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/das16.c b/drivers/staging/comedi/drivers/das16.c
> index fd8e0b7..9bf1f29 100644
> --- a/drivers/staging/comedi/drivers/das16.c
> +++ b/drivers/staging/comedi/drivers/das16.c
> @@ -429,7 +429,8 @@ 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  */
> + * to deal with possibility of dynamic HZ patches
> + */

Thanks for posting the patch.

In Comedi, we prefer the usual block comment style like this:

/*
  * blah blah
  * blah blah
  */

Never mind though.  There is another patch from Ravishankar Karkala 
Mallikarjunayya that fixes it.

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


More information about the devel mailing list