Commit fdb3be16 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: pcl816: tidy up multi-line comments

Reformat the multi-line comments in the kernel CodingStyle.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 699849fe
/* /*
comedi/drivers/pcl816.c * pcl816.c
* Comedi driver for Advantech PCL-816 cards
Author: Juan Grigera <juan@grigera.com.ar> *
based on pcl818 by Michal Dobes <dobes@tesnet.cz> and bits of pcl812 * Author: Juan Grigera <juan@grigera.com.ar>
* based on pcl818 by Michal Dobes <dobes@tesnet.cz> and bits of pcl812
*/
hardware driver for Advantech cards:
card: PCL-816, PCL814B
driver: pcl816
*/
/* /*
Driver: pcl816 * Driver: pcl816
Description: Advantech PCL-816 cards, PCL-814 * Description: Advantech PCL-816 cards, PCL-814
Author: Juan Grigera <juan@grigera.com.ar> * Devices: [Advantech] PCL-816 (pcl816), PCL-814B (pcl814b)
Devices: [Advantech] PCL-816 (pcl816), PCL-814B (pcl814b) * Author: Juan Grigera <juan@grigera.com.ar>
Status: works * Status: works
Updated: Tue, 2 Apr 2002 23:15:21 -0800 * Updated: Tue, 2 Apr 2002 23:15:21 -0800
*
PCL 816 and 814B have 16 SE/DIFF ADCs, 16 DACs, 16 DI and 16 DO. * PCL 816 and 814B have 16 SE/DIFF ADCs, 16 DACs, 16 DI and 16 DO.
Differences are at resolution (16 vs 12 bits). * Differences are at resolution (16 vs 12 bits).
*
The driver support AI command mode, other subdevices not written. * The driver support AI command mode, other subdevices not written.
*
Analog output and digital input and output are not supported. * Analog output and digital input and output are not supported.
*
Configuration Options: * Configuration Options:
[0] - IO Base * [0] - IO Base
[1] - IRQ (0=disable, 2, 3, 4, 5, 6, 7) * [1] - IRQ (0=disable, 2, 3, 4, 5, 6, 7)
[2] - DMA (0=disable, 1, 3) * [2] - DMA (0=disable, 1, 3)
[3] - 0, 10=10MHz clock for 8254 * [3] - 0, 10=10MHz clock for 8254
1= 1MHz clock for 8254 * 1= 1MHz clock for 8254
*/
*/
#include <linux/module.h> #include <linux/module.h>
#include <linux/gfp.h> #include <linux/gfp.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