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

staging: comedi: mpc624: 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 c9ffbfb0
/* /*
comedi/drivers/mpc624.c * mpc624.c
Hardware driver for a Micro/sys inc. MPC-624 PC/104 board * Hardware driver for a Micro/sys inc. MPC-624 PC/104 board
*
COMEDI - Linux Control and Measurement Device Interface * COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 2000 David A. Schleef <ds@schleef.org> * Copyright (C) 2000 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: mpc624 * Driver: mpc624
Description: Micro/sys MPC-624 PC/104 board * Description: Micro/sys MPC-624 PC/104 board
Devices: [Micro/sys] MPC-624 (mpc624) * Devices: [Micro/sys] MPC-624 (mpc624)
Author: Stanislaw Raczynski <sraczynski@op.pl> * Author: Stanislaw Raczynski <sraczynski@op.pl>
Updated: Thu, 15 Sep 2005 12:01:18 +0200 * Updated: Thu, 15 Sep 2005 12:01:18 +0200
Status: working * Status: working
*
The Micro/sys MPC-624 board is based on the LTC2440 24-bit sigma-delta * The Micro/sys MPC-624 board is based on the LTC2440 24-bit sigma-delta
ADC chip. * ADC chip.
*
Subdevices supported by the driver: * Subdevices supported by the driver:
- Analog In: supported * - Analog In: supported
- Digital I/O: not supported * - Digital I/O: not supported
- LEDs: not supported * - LEDs: not supported
- EEPROM: not supported * - EEPROM: not supported
*
Configuration Options: * Configuration Options:
[0] - I/O base address * [0] - I/O base address
[1] - conversion rate * [1] - conversion rate
Conversion rate RMS noise Effective Number Of Bits * Conversion rate RMS noise Effective Number Of Bits
0 3.52kHz 23uV 17 * 0 3.52kHz 23uV 17
1 1.76kHz 3.5uV 20 * 1 1.76kHz 3.5uV 20
2 880Hz 2uV 21.3 * 2 880Hz 2uV 21.3
3 440Hz 1.4uV 21.8 * 3 440Hz 1.4uV 21.8
4 220Hz 1uV 22.4 * 4 220Hz 1uV 22.4
5 110Hz 750uV 22.9 * 5 110Hz 750uV 22.9
6 55Hz 510nV 23.4 * 6 55Hz 510nV 23.4
7 27.5Hz 375nV 24 * 7 27.5Hz 375nV 24
8 13.75Hz 250nV 24.4 * 8 13.75Hz 250nV 24.4
9 6.875Hz 200nV 24.6 * 9 6.875Hz 200nV 24.6
[2] - voltage range * [2] - voltage range
0 -1.01V .. +1.01V * 0 -1.01V .. +1.01V
1 -10.1V .. +10.1V * 1 -10.1V .. +10.1V
*/ */
#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