linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters
       [not found] ` <BLU437-SMTP329AD431F8560BE4FC2CC7FEDE0@phx.gbl>
@ 2016-02-01 12:26   ` Ian Abbott
  2016-02-01 16:35     ` Hartley Sweeten
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Abbott @ 2016-02-01 12:26 UTC (permalink / raw)
  To: Pablo G. Gallardo, greg; +Cc: hsweeten, linux-kernel

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/  )=-

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters
  2016-02-01 12:26   ` [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters Ian Abbott
@ 2016-02-01 16:35     ` Hartley Sweeten
  2016-02-01 16:50       ` Ian Abbott
  0 siblings, 1 reply; 3+ messages in thread
From: Hartley Sweeten @ 2016-02-01 16:35 UTC (permalink / raw)
  To: Ian Abbott, Pablo G. Gallardo, greg; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters
  2016-02-01 16:35     ` Hartley Sweeten
@ 2016-02-01 16:50       ` Ian Abbott
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Abbott @ 2016-02-01 16:50 UTC (permalink / raw)
  To: Hartley Sweeten, Pablo G. Gallardo, greg; +Cc: linux-kernel

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/  )=-

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-01 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1454288761-1329-1-git-send-email-gallardo_pablo@hotmail.com>
     [not found] ` <BLU437-SMTP329AD431F8560BE4FC2CC7FEDE0@phx.gbl>
2016-02-01 12:26   ` [PATCH 2/2] STAGING: COMEDI: Wrap line over 80 characters Ian Abbott
2016-02-01 16:35     ` Hartley Sweeten
2016-02-01 16:50       ` Ian Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).