All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: pcmcia: fixed a line with over 80 chars
@ 2015-12-13 16:40 Philippe Loctaux
  2015-12-18 23:00 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Loctaux @ 2015-12-13 16:40 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Philippe Loctaux

This patch fixes the checkpatch.pl warning:

WARNING: line over 80 characters

Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>
---
 drivers/staging/comedi/comedi_pcmcia.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers/staging/comedi/comedi_pcmcia.h
index 5d3db2b..245e6bd 100644
--- a/drivers/staging/comedi/comedi_pcmcia.h
+++ b/drivers/staging/comedi/comedi_pcmcia.h
@@ -38,8 +38,10 @@ int comedi_pcmcia_driver_register(struct comedi_driver *,
 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
  *
-- 
2.6.4


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

* Re: [PATCH] Staging: comedi: pcmcia: fixed a line with over 80 chars
  2015-12-13 16:40 [PATCH] Staging: comedi: pcmcia: fixed a line with over 80 chars Philippe Loctaux
@ 2015-12-18 23:00 ` Greg KH
  2015-12-19 19:05   ` Philippe Loctaux
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2015-12-18 23:00 UTC (permalink / raw)
  To: Philippe Loctaux; +Cc: devel, linux-kernel

On Sun, Dec 13, 2015 at 05:40:34PM +0100, Philippe Loctaux wrote:
> This patch fixes the checkpatch.pl warning:
> 
> WARNING: line over 80 characters
> 
> Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>
> ---
>  drivers/staging/comedi/comedi_pcmcia.h | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers/staging/comedi/comedi_pcmcia.h
> index 5d3db2b..245e6bd 100644
> --- a/drivers/staging/comedi/comedi_pcmcia.h
> +++ b/drivers/staging/comedi/comedi_pcmcia.h
> @@ -38,8 +38,10 @@ int comedi_pcmcia_driver_register(struct comedi_driver *,
>  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

No, you just broke the kernel-doc formatting here :(

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

* Re: [PATCH] Staging: comedi: pcmcia: fixed a line with over 80 chars
  2015-12-18 23:00 ` Greg KH
@ 2015-12-19 19:05   ` Philippe Loctaux
  0 siblings, 0 replies; 3+ messages in thread
From: Philippe Loctaux @ 2015-12-19 19:05 UTC (permalink / raw)
  To: Greg KH; +Cc: devel, linux-kernel

Sorry I didn't read the doc correctly!

--
Philippe Loctaux
phil@philippeloctaux.com

On Fri, Dec 18, 2015 at 03:00:42PM -0800, Greg KH wrote:
> On Sun, Dec 13, 2015 at 05:40:34PM +0100, Philippe Loctaux wrote:
> > This patch fixes the checkpatch.pl warning:
> > 
> > WARNING: line over 80 characters
> > 
> > Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com>
> > ---
> >  drivers/staging/comedi/comedi_pcmcia.h | 6 ++++--
> >  1 file changed, 4 insertions(+), 2 deletions(-)
> > 
> > diff --git a/drivers/staging/comedi/comedi_pcmcia.h b/drivers/staging/comedi/comedi_pcmcia.h
> > index 5d3db2b..245e6bd 100644
> > --- a/drivers/staging/comedi/comedi_pcmcia.h
> > +++ b/drivers/staging/comedi/comedi_pcmcia.h
> > @@ -38,8 +38,10 @@ int comedi_pcmcia_driver_register(struct comedi_driver *,
> >  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
> 
> No, you just broke the kernel-doc formatting here :(

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

end of thread, other threads:[~2015-12-19 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-13 16:40 [PATCH] Staging: comedi: pcmcia: fixed a line with over 80 chars Philippe Loctaux
2015-12-18 23:00 ` Greg KH
2015-12-19 19:05   ` Philippe Loctaux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.