Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1327362
| From | "Pablo G. Gallardo" <pggllrd@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 2/2] STAGING: COMEDI: Wrap line over 80 characters |
| Date | 2016-02-05 01:10 +0100 |
| Message-ID | <qYC8h-U0-9@gated-at.bofh.it> (permalink) |
| References | <qYBOV-xk-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch wraps lines over 80 characters. Signed-off-by: Pablo G. Gallardo <pggllrd@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.7.0
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 1/2] STAGING: COMEDI: Remove unnecessary typecast of c90 int constant "Pablo G. Gallardo" <pggllrd@gmail.com> - 2016-02-05 00:50 +0100
[PATCH v2 2/2] STAGING: COMEDI: Wrap line over 80 characters "Pablo G. Gallardo" <pggllrd@gmail.com> - 2016-02-05 01:10 +0100
Re: [PATCH v2 2/2] STAGING: COMEDI: Wrap line over 80 characters Ian Abbott <abbotti@mev.co.uk> - 2016-02-05 11:30 +0100
Re: [PATCH v2 1/2] STAGING: COMEDI: Remove unnecessary typecast of c90 int constant Ian Abbott <abbotti@mev.co.uk> - 2016-02-05 11:30 +0100
csiph-web