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

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

Tidy up the multi-line comments to follow the 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 7b5f9dbc
/* /*
comedi/drivers/adl_pci6208.c * adl_pci6208.c
* Comedi driver for ADLink 6208 series cards
Hardware driver for ADLink 6208 series cards: *
card | voltage output | current output * COMEDI - Linux Control and Measurement Device Interface
-------------+-------------------+--------------- * Copyright (C) 2000 David A. Schleef <ds@schleef.org>
PCI-6208V | 8 channels | - *
PCI-6216V | 16 channels | - * This program is free software; you can redistribute it and/or modify
PCI-6208A | 8 channels | 8 channels * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
COMEDI - Linux Control and Measurement Device Interface * (at your option) any later version.
Copyright (C) 2000 David A. Schleef <ds@schleef.org> *
* This program is distributed in the hope that it will be useful,
This program is free software; you can redistribute it and/or modify * but WITHOUT ANY WARRANTY; without even the implied warranty of
it under the terms of the GNU General Public License as published by * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
the Free Software Foundation; either version 2 of the License, or * GNU General Public License for more details.
(at your option) any later version. */
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/
/* /*
Driver: adl_pci6208 * Driver: adl_pci6208
Description: ADLink PCI-6208/6216 Series Multi-channel Analog Output Cards * Description: ADLink PCI-6208/6216 Series Multi-channel Analog Output Cards
Devices: (ADLink) PCI-6208 [adl_pci6208] * Devices: (ADLink) PCI-6208 [adl_pci6208]
(ADLink) PCI-6216 [adl_pci6216] * (ADLink) PCI-6216 [adl_pci6216]
Author: nsyeow <nsyeow@pd.jaring.my> * Author: nsyeow <nsyeow@pd.jaring.my>
Updated: Fri, 30 Jan 2004 14:44:27 +0800 * Updated: Fri, 30 Jan 2004 14:44:27 +0800
Status: untested * Status: untested
*
Configuration Options: not applicable, uses PCI auto config * Configuration Options: not applicable, uses PCI auto config
*/
References:
- ni_660x.c
- adl_pci9111.c copied the entire pci setup section
- adl_pci9118.c
*/
#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