Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1262577 > unrolled thread
| Started by | Philippe Loctaux <loctauxphilippe@gmail.com> |
|---|---|
| First post | 2015-11-04 21:40 +0100 |
| Last post | 2015-11-04 22:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Staging: comedi: adv_pci_dio: fixed a comment style Philippe Loctaux <loctauxphilippe@gmail.com> - 2015-11-04 21:40 +0100
Re: [PATCH] Staging: comedi: adv_pci_dio: fixed a comment style Greg KH <gregkh@linuxfoundation.org> - 2015-11-04 22:00 +0100
| From | Philippe Loctaux <loctauxphilippe@gmail.com> |
|---|---|
| Date | 2015-11-04 21:40 +0100 |
| Subject | [PATCH] Staging: comedi: adv_pci_dio: fixed a comment style |
| Message-ID | <qrd0B-5kK-9@gated-at.bofh.it> |
Fixed a comment issue. Signed-off-by: Philippe Loctaux <loctauxphilippe@gmail.com> --- drivers/staging/comedi/drivers/adv_pci_dio.c | 44 ++++++++++++++-------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/drivers/staging/comedi/drivers/adv_pci_dio.c b/drivers/staging/comedi/drivers/adv_pci_dio.c index f1b3c5a..1ace5f1 100644 --- a/drivers/staging/comedi/drivers/adv_pci_dio.c +++ b/drivers/staging/comedi/drivers/adv_pci_dio.c @@ -5,29 +5,29 @@ * * Hardware driver for Advantech PCI DIO cards. */ -/* -Driver: adv_pci_dio -Description: Advantech PCI-1730, PCI-1733, PCI-1734, PCI-1735U, - PCI-1736UP, PCI-1739U, PCI-1750, PCI-1751, PCI-1752, - PCI-1753/E, PCI-1754, PCI-1756, PCI-1760, PCI-1762 -Author: Michal Dobes <dobes@tesnet.cz> -Devices: [Advantech] PCI-1730 (adv_pci_dio), PCI-1733, - PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U, PCI-1750, - PCI-1751, PCI-1752, PCI-1753, - PCI-1753+PCI-1753E, PCI-1754, PCI-1756, - PCI-1760, PCI-1762 -Status: untested -Updated: Mon, 09 Jan 2012 12:40:46 +0000 - -This driver supports now only insn interface for DI/DO/DIO. - -Configuration options: - [0] - PCI bus of device (optional) - [1] - PCI slot of device (optional) - If bus/slot is not specified, the first available PCI - device will be used. -*/ +/* + * Driver: adv_pci_dio + * Description: Advantech PCI-1730, PCI-1733, PCI-1734, PCI-1735U, + * PCI-1736UP, PCI-1739U, PCI-1750, PCI-1751, PCI-1752, + * PCI-1753/E, PCI-1754, PCI-1756, PCI-1760, PCI-1762 + * Author: Michal Dobes <dobes@tesnet.cz> + * Devices: [Advantech] PCI-1730 (adv_pci_dio), PCI-1733, + * PCI-1734, PCI-1735U, PCI-1736UP, PCI-1739U, PCI-1750, + * PCI-1751, PCI-1752, PCI-1753, + * PCI-1753+PCI-1753E, PCI-1754, PCI-1756, + * PCI-1760, PCI-1762 + * Status: untested + * Updated: Mon, 09 Jan 2012 12:40:46 +0000 + * + * This driver supports now only insn interface for DI/DO/DIO. + * + * Configuration options: + * [0] - PCI bus of device (optional) + * [1] - PCI slot of device (optional) + * If bus/slot is not specified, the first available PCI + * device will be used. + */ #include <linux/module.h> #include <linux/delay.h> -- 2.6.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]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-11-04 22:00 +0100 |
| Message-ID | <qrdjY-5rI-25@gated-at.bofh.it> |
| In reply to | #1262577 |
On Wed, Nov 04, 2015 at 09:36:30PM +0100, Philippe Loctaux wrote: > Fixed a comment issue. What comment issue would that be? And please always use get_maintainer.pl to determine who to cc: patches to. 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