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

staging: comedi: dt2811: tidy up copyright and comedi comments

Fix the checkpatch.pl issue:
WARNING: Block comments use * on subsequent lines
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 f7ede00d
/* /*
comedi/drivers/dt2811.c * Comedi driver for Data Translation DT2811
Hardware driver for Data Translation DT2811 *
* COMEDI - Linux Control and Measurement Device Interface
COMEDI - Linux Control and Measurement Device Interface * History:
History: * Base Version - David A. Schleef <ds@schleef.org>
Base Version - David A. Schleef <ds@schleef.org> * December 1998 - Updated to work. David does not have a DT2811
December 1998 - Updated to work. David does not have a DT2811 * board any longer so this was suffering from bitrot.
board any longer so this was suffering from bitrot. * Updated performed by ...
Updated performed by ... *
* This program is free software; you can redistribute it and/or modify
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
it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or
the Free Software Foundation; either version 2 of the License, or * (at your option) any later version.
(at your option) any later version. *
* This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details.
GNU General Public License for more details.
*/ */
/* /*
Driver: dt2811 * Driver: dt2811
Description: Data Translation DT2811 * Description: Data Translation DT2811
Author: ds * Author: ds
Devices: [Data Translation] DT2811-PGL (dt2811-pgl), DT2811-PGH (dt2811-pgh) * Devices: [Data Translation] DT2811-PGL (dt2811-pgl), DT2811-PGH (dt2811-pgh)
Status: works * Status: works
*
Configuration options: * Configuration options:
[0] - I/O port base address * [0] - I/O port base address
[1] - IRQ, although this is currently unused * [1] - IRQ, although this is currently unused
[2] - A/D reference * [2] - A/D reference
0 = signle-ended * 0 = single-ended
1 = differential * 1 = differential
2 = pseudo-differential (common reference) * 2 = pseudo-differential (common reference)
[3] - A/D range * [3] - A/D range
0 = [-5, 5] * 0 = [-5, 5]
1 = [-2.5, 2.5] * 1 = [-2.5, 2.5]
2 = [0, 5] * 2 = [0, 5]
[4] - D/A 0 range (same choices) * [4] - D/A 0 range (same as A/D range)
[4] - D/A 1 range (same choices) * [5] - D/A 1 range (same as A/D range)
*/ */
#include <linux/module.h> #include <linux/module.h>
#include "../comedidev.h" #include "../comedidev.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