Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1323049 > unrolled thread

Re: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters

Started byIan Abbott <abbotti@mev.co.uk>
First post2016-02-01 13:30 +0100
Last post2016-02-01 18:00 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters Ian Abbott <abbotti@mev.co.uk> - 2016-02-01 13:30 +0100
    RE: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters Hartley Sweeten <HartleyS@visionengravers.com> - 2016-02-01 18:00 +0100
      Re: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters Ian Abbott <abbotti@mev.co.uk> - 2016-02-01 18:00 +0100

#1323049 — Re: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters

FromIan Abbott <abbotti@mev.co.uk>
Date2016-02-01 13:30 +0100
SubjectRe: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters
Message-ID<qXlMe-2CW-7@gated-at.bofh.it>
On 01/02/16 01:06, Pablo G. Gallardo wrote:
> This patch wraps lines over 80 characters.
>
> Signed-off-by: Pablo G. Gallardo <gallardo_pablo@hotmail.com>
> ---
>   drivers/staging/comedi/comedi_pcmcia.h | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers/staging/comedi/comedi_pcmcia.h
> index 5d3db2b..5a572c2 100644
> --- a/drivers/staging/comedi/comedi_pcmcia.h
> +++ b/drivers/staging/comedi/comedi_pcmcia.h
> @@ -39,7 +39,8 @@ void comedi_pcmcia_driver_unregister(struct comedi_driver *,
>   				     struct pcmcia_driver *);
>
>   /**
> - * module_comedi_pcmcia_driver() - Helper macro for registering a comedi PCMCIA driver
> + * module_comedi_pcmcia_driver() - Helper macro for registering a comedi
> + * PCMCIA driver
>    * @__comedi_driver: comedi_driver struct
>    * @__pcmcia_driver: pcmcia_driver struct
>    *

Thanks!

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

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

[toc] | [next] | [standalone]


#1323319

FromHartley Sweeten <HartleyS@visionengravers.com>
Date2016-02-01 18:00 +0100
Message-ID<qXpZx-5Jg-21@gated-at.bofh.it>
In reply to#1323049
On Monday, February 01, 2016 5:26 AM, Ian Abbott wrote:
> On 01/02/16 01:06, Pablo G. Gallardo wrote:
>> This patch wraps lines over 80 characters.
>>
>> Signed-off-by: Pablo G. Gallardo <gallardo_pablo@hotmail.com>
>> ---
>>   drivers/staging/comedi/comedi_pcmcia.h | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers/staging/comedi/comedi_pcmcia.h
>> index 5d3db2b..5a572c2 100644
>> --- a/drivers/staging/comedi/comedi_pcmcia.h
>> +++ b/drivers/staging/comedi/comedi_pcmcia.h
>> @@ -39,7 +39,8 @@ void comedi_pcmcia_driver_unregister(struct comedi_driver *,
>>   				     struct pcmcia_driver *);
>>
>>   /**
>> - * module_comedi_pcmcia_driver() - Helper macro for registering a comedi PCMCIA driver
>> + * module_comedi_pcmcia_driver() - Helper macro for registering a comedi
>> + * PCMCIA driver
>>    * @__comedi_driver: comedi_driver struct
>>    * @__pcmcia_driver: pcmcia_driver struct
>>    *

Doesn't this break the docbook format?

Hartley

[toc] | [prev] | [next] | [standalone]


#1323322

FromIan Abbott <abbotti@mev.co.uk>
Date2016-02-01 18:00 +0100
Message-ID<qXpZx-5Jg-31@gated-at.bofh.it>
In reply to#1323319
On 01/02/16 16:35, Hartley Sweeten wrote:
> On Monday, February 01, 2016 5:26 AM, Ian Abbott wrote:
>> On 01/02/16 01:06, Pablo G. Gallardo wrote:
>>> This patch wraps lines over 80 characters.
>>>
>>> Signed-off-by: Pablo G. Gallardo <gallardo_pablo@hotmail.com>
>>> ---
>>>    drivers/staging/comedi/comedi_pcmcia.h | 3 ++-
>>>    1 file changed, 2 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers/staging/comedi/comedi_pcmcia.h
>>> index 5d3db2b..5a572c2 100644
>>> --- a/drivers/staging/comedi/comedi_pcmcia.h
>>> +++ b/drivers/staging/comedi/comedi_pcmcia.h
>>> @@ -39,7 +39,8 @@ void comedi_pcmcia_driver_unregister(struct comedi_driver *,
>>>    				     struct pcmcia_driver *);
>>>
>>>    /**
>>> - * module_comedi_pcmcia_driver() - Helper macro for registering a comedi PCMCIA driver
>>> + * module_comedi_pcmcia_driver() - Helper macro for registering a comedi
>>> + * PCMCIA driver
>>>     * @__comedi_driver: comedi_driver struct
>>>     * @__pcmcia_driver: pcmcia_driver struct
>>>     *
>
> Doesn't this break the docbook format?

It doesn't break the kernel-doc format: "The short description following 
the subject can span multiple lines and ends with an @argument 
description, an empty line or the end of the comment block."

Some people prefer it on a single line, some people indent the 
continuation line(s), and some people do it without indentation as above.

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web