Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1228131
| From | Punit Vara <punitvara@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] Staging: Comedi: Fix coding style issue in comedi_pcmcia.h |
| Date | 2015-09-18 18:30 +0200 |
| Message-ID | <qa6HT-7Th-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web