staging: comedi: rti802: tidy up the multi-line comments

Tidy up the milti-line comments so they follow the CodingStyle.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2014-03-13 15:48:42 -07:00 committed by Greg Kroah-Hartman
parent 6938dd289d
commit 8f3367af3d

View File

@ -1,35 +1,33 @@
/* /*
comedi/drivers/rti802.c * rti802.c
Hardware driver for Analog Devices RTI-802 board * Comedi driver for Analog Devices RTI-802 board
*
COMEDI - Linux Control and Measurement Device Interface * COMEDI - Linux Control and Measurement Device Interface
Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se> * Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se>
*
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: rti802
Description: Analog Devices RTI-802
Author: Anders Blomdell <anders.blomdell@control.lth.se>
Devices: [Analog Devices] RTI-802 (rti802)
Status: works
Configuration Options: /*
[0] - i/o base * Driver: rti802
[1] - unused * Description: Analog Devices RTI-802
[2] - dac#0 0=two's comp, 1=straight * Author: Anders Blomdell <anders.blomdell@control.lth.se>
[3] - dac#0 0=bipolar, 1=unipolar * Devices: (Analog Devices) RTI-802 [rti802]
[4] - dac#1 ... * Status: works
... *
[17] - dac#7 ... * Configuration Options:
* [0] - i/o base
* [1] - unused
* [2,4,6,8,10,12,14,16] - dac#[0-7] 0=two's comp, 1=straight
* [3,5,7,9,11,13,15,17] - dac#[0-7] 0=bipolar, 1=unipolar
*/ */
#include <linux/module.h> #include <linux/module.h>