Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1340087 > unrolled thread
| Started by | Philippe Loctaux <phil@philippeloctaux.com> |
|---|---|
| First post | 2016-02-23 00:50 +0100 |
| Last post | 2016-02-23 15:00 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Staging: comedi: contec_pci_dio: fixed comment blocks coding style issues Philippe Loctaux <phil@philippeloctaux.com> - 2016-02-23 00:50 +0100
Re: [PATCH] Staging: comedi: contec_pci_dio: fixed comment blocks coding style issues Ian Abbott <abbotti@mev.co.uk> - 2016-02-23 12:00 +0100
Re: [PATCH] Staging: comedi: contec_pci_dio: fixed comment blocks coding style issues Philippe Loctaux <phil@philippeloctaux.com> - 2016-02-23 15:00 +0100
| From | Philippe Loctaux <phil@philippeloctaux.com> |
|---|---|
| Date | 2016-02-23 00:50 +0100 |
| Subject | [PATCH] Staging: comedi: contec_pci_dio: fixed comment blocks coding style issues |
| Message-ID | <r58oO-5bG-13@gated-at.bofh.it> |
Makes the comment blocks start with /* on separate lines, and end with */ on separate lines as well, starting with * for each comment lines. Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> --- drivers/staging/comedi/drivers/contec_pci_dio.c | 47 +++++++++++++------------ 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/drivers/staging/comedi/drivers/contec_pci_dio.c b/drivers/staging/comedi/drivers/contec_pci_dio.c index 4956a49..5f84839 100644 --- a/drivers/staging/comedi/drivers/contec_pci_dio.c +++ b/drivers/staging/comedi/drivers/contec_pci_dio.c @@ -1,29 +1,30 @@ /* - comedi/drivers/contec_pci_dio.c - - COMEDI - Linux Control and Measurement Device Interface - Copyright (C) 2000 David A. Schleef <ds@schleef.org> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + * comedi/drivers/contec_pci_dio.c + * + * COMEDI - Linux Control and Measurement Device Interface + * Copyright (C) 2000 David A. Schleef <ds@schleef.org> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. -*/ /* -Driver: contec_pci_dio -Description: Contec PIO1616L digital I/O board -Devices: [Contec] PIO1616L (contec_pci_dio) -Author: Stefano Rivoir <s.rivoir@gts.it> -Updated: Wed, 27 Jun 2007 13:00:06 +0100 -Status: works - -Configuration Options: not applicable, uses comedi PCI auto config -*/ + * Driver: contec_pci_dio + * Description: Contec PIO1616L digital I/O board + * Devices: [Contec] PIO1616L (contec_pci_dio) + * Author: Stefano Rivoir <s.rivoir@gts.it> + * Updated: Wed, 27 Jun 2007 13:00:06 +0100 + * Status: works + * + * Configuration Options: not applicable, uses comedi PCI auto config + */ #include <linux/module.h> -- 2.7.1
[toc] | [next] | [standalone]
| From | Ian Abbott <abbotti@mev.co.uk> |
|---|---|
| Date | 2016-02-23 12:00 +0100 |
| Subject | Re: [PATCH] Staging: comedi: contec_pci_dio: fixed comment blocks coding style issues |
| Message-ID | <r5iRd-45N-21@gated-at.bofh.it> |
| In reply to | #1340087 |
On 22/02/16 23:47, Philippe Loctaux wrote: > Makes the comment blocks start with /* on separate lines, and end > with */ on separate lines as well, > starting with * for each comment lines. > > Signed-off-by: Philippe Loctaux <phil@philippeloctaux.com> > --- > drivers/staging/comedi/drivers/contec_pci_dio.c | 47 +++++++++++++------------ > 1 file changed, 24 insertions(+), 23 deletions(-) Thanks! Reviewed-by: Ian Abbott <abbotti@mev.co.uk> -- -=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@mev.co.uk> )=- -=( Web: http://www.mev.co.uk/ )=-
[toc] | [prev] | [next] | [standalone]
| From | Philippe Loctaux <phil@philippeloctaux.com> |
|---|---|
| Date | 2016-02-23 15:00 +0100 |
| Subject | Re: [PATCH] Staging: comedi: contec_pci_dio: fixed comment blocks coding style issues |
| Message-ID | <r5lFo-6dV-19@gated-at.bofh.it> |
| In reply to | #1340531 |
On Tue, Feb 23, 2016 at 10:58:03AM +0000, Ian Abbott wrote: > Thanks! Sweet! Does that means my patch is accepted and maybe will be applied? :) -- Philippe Loctaux phil@philippeloctaux.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web