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

staging: comedi: ni_660x: reformat driver description comment

Convert to preferred block comment style.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 87f6991b
...@@ -18,27 +18,25 @@ ...@@ -18,27 +18,25 @@
*/ */
/* /*
Driver: ni_660x * Driver: ni_660x
Description: National Instruments 660x counter/timer boards * Description: National Instruments 660x counter/timer boards
Devices: * Devices: [National Instruments] PCI-6601 (ni_660x), PCI-6602, PXI-6602,
[National Instruments] PCI-6601 (ni_660x), PCI-6602, PXI-6602, * PXI-6608
PXI-6608 * Author: J.P. Mellor <jpmellor@rose-hulman.edu>,
Author: J.P. Mellor <jpmellor@rose-hulman.edu>, * Herman.Bruyninckx@mech.kuleuven.ac.be,
Herman.Bruyninckx@mech.kuleuven.ac.be, * Wim.Meeussen@mech.kuleuven.ac.be,
Wim.Meeussen@mech.kuleuven.ac.be, * Klaas.Gadeyne@mech.kuleuven.ac.be,
Klaas.Gadeyne@mech.kuleuven.ac.be, * Frank Mori Hess <fmhess@users.sourceforge.net>
Frank Mori Hess <fmhess@users.sourceforge.net> * Updated: Thu Oct 18 12:56:06 EDT 2007
Updated: Thu Oct 18 12:56:06 EDT 2007 * Status: experimental
Status: experimental *
* Encoders work. PulseGeneration (both single pulse and pulse train)
Encoders work. PulseGeneration (both single pulse and pulse train) * works. Buffered commands work for input but not output.
works. Buffered commands work for input but not output. *
* References:
References: * DAQ 660x Register-Level Programmer Manual (NI 370505A-01)
DAQ 660x Register-Level Programmer Manual (NI 370505A-01) * DAQ 6601/6602 User Manual (NI 322137B-01)
DAQ 6601/6602 User Manual (NI 322137B-01) */
*/
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/interrupt.h> #include <linux/interrupt.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