Commit f94a8c87 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: dyna_pci10xx: rewrite comedi driver comment block

Rewrite the comedi "driver" comment block to conform to the usual format
for comedi driver comment blocks and reformat it to use the usual block
comment style.  In particular, the "Devices:" line should be a
comma-separated list where the first item is in the following format:

  [Manufacturer] BOARD-NAME (comedi-board-name)

The "[Manufacturer]" and/or "(comedi-board-name)" parts may be omitted
from following items, in which case the parts from the preceding item
are used.  The "Devices:" line may be continued continued over several
lines by using one or more spaces at the start of each continuation line
(not counting the space after the "*" in the block comment).

Change the original "Devices:" line to a "Description:" line.

Remove the "Version:" line as we don't care about driver version numbers
in the kernel.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f8e82bb3
...@@ -14,24 +14,23 @@ ...@@ -14,24 +14,23 @@
*/ */
/* /*
Driver: dyna_pci10xx * Driver: dyna_pci10xx
Devices: Dynalog India PCI DAQ Cards, http://www.dynalogindia.com/ * Description: Dynalog India PCI DAQ Cards, http://www.dynalogindia.com/
Author: Prashant Shah <pshah.mumbai@gmail.com> * Devices: [Dynalog] PCI-1050 (dyna_pci1050)
Developed at Automation Labs, Chemical Dept., IIT Bombay, India. * Author: Prashant Shah <pshah.mumbai@gmail.com>
Prof. Kannan Moudgalya <kannan@iitb.ac.in> * Status: Stable
http://www.iitb.ac.in *
Status: Stable * Developed at Automation Labs, Chemical Dept., IIT Bombay, India.
Version: 1.0 * Prof. Kannan Moudgalya <kannan@iitb.ac.in>
Device Supported : * http://www.iitb.ac.in
- Dynalog PCI 1050 *
* Notes :
Notes : * - Dynalog India Pvt. Ltd. does not have a registered PCI Vendor ID and
- Dynalog India Pvt. Ltd. does not have a registered PCI Vendor ID and * they are using the PLX Technlogies Vendor ID since that is the PCI Chip
they are using the PLX Technlogies Vendor ID since that is the PCI Chip used * used in the card.
in the card. * - Dynalog India Pvt. Ltd. has provided the internal register specification
- Dynalog India Pvt. Ltd. has provided the internal register specification for * for their cards in their manuals.
their cards in their manuals. */
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/delay.h> #include <linux/delay.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment