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

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

Tidy up the multi-line comments at the beginning of the file to
follow the CodingStyle.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b3d42bf1
/* /*
comedi/drivers/pcmad.c * pcmad.c
Hardware driver for Winsystems PCM-A/D12 and PCM-A/D16 * Hardware driver for Winsystems PCM-A/D12 and PCM-A/D16
*
COMEDI - Linux Control and Measurement Device Interface * COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000,2001 David A. Schleef <ds@schleef.org> * Copyright (C) 2000,2001 David A. Schleef <ds@schleef.org>
*
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: pcmad * Driver: pcmad
Description: Winsystems PCM-A/D12, PCM-A/D16 * Description: Winsystems PCM-A/D12, PCM-A/D16
Author: ds * Devices: (Winsystems) PCM-A/D12 [pcmad12]
Devices: [Winsystems] PCM-A/D12 (pcmad12), PCM-A/D16 (pcmad16) * (Winsystems) PCM-A/D16 [pcmad16]
Status: untested * Author: ds
* Status: untested
This driver was written on a bet that I couldn't write a driver *
in less than 2 hours. I won the bet, but never got paid. =( * This driver was written on a bet that I couldn't write a driver
* in less than 2 hours. I won the bet, but never got paid. =(
Configuration options: *
[0] - I/O port base * Configuration options:
[1] - unused * [0] - I/O port base
[2] - Analog input reference * [1] - IRQ (unused)
0 = single ended * [2] - Analog input reference
1 = differential * 0 = single ended
[3] - Analog input encoding (must match jumpers) * 1 = differential
0 = straight binary * [3] - Analog input encoding (must match jumpers)
1 = two's complement * 0 = straight binary
*/ * 1 = two's complement
*/
#include <linux/interrupt.h> #include <linux/interrupt.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