Commit bf895d83 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

staging: comedi: icp_multi: 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 651659c1
Loading
Loading
Loading
Loading
+41 −40
Original line number Original line Diff line number Diff line
/*
/*
    comedi/drivers/icp_multi.c
 * icp_multi.c

 * Comedi driver for Inova ICP_MULTI board
    COMEDI - Linux Control and Measurement Device Interface
 *
    Copyright (C) 1997-2002 David A. Schleef <ds@schleef.org>
 * COMEDI - Linux Control and Measurement Device Interface

 * Copyright (C) 1997-2002 David A. Schleef <ds@schleef.org>
    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
 * This program is free software; you can redistribute it and/or modify
    the Free Software Foundation; either version 2 of the License, or
 * it under the terms of the GNU General Public License as published by
    (at your option) any later version.
 * the Free Software Foundation; either version 2 of the License, or

 * (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
 * This program is distributed in the hope that it will be useful,
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    GNU General Public License for more details.
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
 */


/*
/*
Driver: icp_multi
 * Driver: icp_multi
Description: Inova ICP_MULTI
 * Description: Inova ICP_MULTI
Author: Anne Smorthit <anne.smorthit@sfwte.ch>
 * Devices: [Inova] ICP_MULTI (icp_multi)
Devices: [Inova] ICP_MULTI (icp_multi)
 * Author: Anne Smorthit <anne.smorthit@sfwte.ch>
Status: works
 * Status: works

 *
The driver works for analog input and output and digital input and output.
 * Configuration options: not applicable, uses PCI auto config
It does not work with interrupts or with the counters.  Currently no support
 *
for DMA.
 * The driver works for analog input and output and digital input and

 * output. It does not work with interrupts or with the counters. Currently
It has 16 single-ended or 8 differential Analogue Input channels with 12-bit
 * no support for DMA.
resolution.  Ranges : 5V, 10V, +/-5V, +/-10V, 0..20mA and 4..20mA.  Input
 *
ranges can be individually programmed for each channel.  Voltage or current
 * It has 16 single-ended or 8 differential Analogue Input channels with
measurement is selected by jumper.
 * 12-bit resolution.  Ranges : 5V, 10V, +/-5V, +/-10V, 0..20mA and 4..20mA.

 * Input ranges can be individually programmed for each channel.  Voltage or
There are 4 x 12-bit Analogue Outputs.  Ranges : 5V, 10V, +/-5V, +/-10V
 * current measurement is selected by jumper.

 *
16 x Digital Inputs, 24V
 * There are 4 x 12-bit Analogue Outputs.  Ranges : 5V, 10V, +/-5V, +/-10V

 *
8 x Digital Outputs, 24V, 1A
 * 16 x Digital Inputs, 24V

 *
4 x 16-bit counters
 * 8 x Digital Outputs, 24V, 1A

 *
Configuration options: not applicable, uses PCI auto config
 * 4 x 16-bit counters
 */
 */


#include <linux/module.h>
#include <linux/module.h>