public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h
@ 2015-09-18 16:25 Punit Vara
  2015-09-19  2:43 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Punit Vara @ 2015-09-18 16:25 UTC (permalink / raw)
  To: abbotti; +Cc: hsweeten, gregkh, lftan, devel, linux-kernel, Punit Vara

This patch is to comedi_pcmcia.h that fixes up warning related
character limitation given by checkpatch.pl.
Warning " line over 80 characters" is removed now.

Signed-off-by: Punit Vara <punitvara@gmail.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
  *
-- 
2.5.2


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

* Re: [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h
  2015-09-18 16:25 [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h Punit Vara
@ 2015-09-19  2:43 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-09-19  2:43 UTC (permalink / raw)
  To: Punit Vara; +Cc: abbotti, hsweeten, lftan, devel, linux-kernel

On Fri, Sep 18, 2015 at 09:55:23PM +0530, Punit Vara wrote:
> This patch is to comedi_pcmcia.h that fixes up warning related
> character limitation given by checkpatch.pl.
> Warning " line over 80 characters" is removed now.

Nope, you just broke kerneldoc formatting :(

Sorry, it's tricky, and kerneldoc is messy, but this code is just fine
as-is.

thanks,

greg k-h

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

end of thread, other threads:[~2015-09-19  5:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 16:25 [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h Punit Vara
2015-09-19  2:43 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox