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


Groups > linux.kernel > #1228131 > unrolled thread

[PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h

Started byPunit Vara <punitvara@gmail.com>
First post2015-09-18 18:30 +0200
Last post2015-09-19 07:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h Punit Vara <punitvara@gmail.com> - 2015-09-18 18:30 +0200
    Re: [PATCH] Staging: Comedi: Fix coding style issue in  comedi_pcmcia.h Greg KH <gregkh@linuxfoundation.org> - 2015-09-19 07:10 +0200

#1228131 — [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h

FromPunit Vara <punitvara@gmail.com>
Date2015-09-18 18:30 +0200
Subject[PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h
Message-ID<qa6HT-7Th-11@gated-at.bofh.it>
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1228396 — Re: [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h

FromGreg KH <gregkh@linuxfoundation.org>
Date2015-09-19 07:10 +0200
SubjectRe: [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h
Message-ID<qaizo-8mG-15@gated-at.bofh.it>
In reply to#1228131
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web