Skip to content

Commit 8f3367a

Browse files
H Hartley Sweetengregkh
authored andcommitted
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>
1 parent 6938dd2 commit 8f3367a

File tree

1 file changed

+28
-30
lines changed

1 file changed

+28
-30
lines changed

drivers/staging/comedi/drivers/rti802.c

Lines changed: 28 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
11
/*
2-
comedi/drivers/rti802.c
3-
Hardware driver for Analog Devices RTI-802 board
4-
5-
COMEDI - Linux Control and Measurement Device Interface
6-
Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se>
7-
8-
This program is free software; you can redistribute it and/or modify
9-
it under the terms of the GNU General Public License as published by
10-
the Free Software Foundation; either version 2 of the License, or
11-
(at your option) any later version.
12-
13-
This program is distributed in the hope that it will be useful,
14-
but WITHOUT ANY WARRANTY; without even the implied warranty of
15-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16-
GNU General Public License for more details.
2+
* rti802.c
3+
* Comedi driver for Analog Devices RTI-802 board
4+
*
5+
* COMEDI - Linux Control and Measurement Device Interface
6+
* Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se>
7+
*
8+
* This program is free software; you can redistribute it and/or modify
9+
* it under the terms of the GNU General Public License as published by
10+
* the Free Software Foundation; either version 2 of the License, or
11+
* (at your option) any later version.
12+
*
13+
* This program is distributed in the hope that it will be useful,
14+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
* GNU General Public License for more details.
1717
*/
18+
1819
/*
19-
Driver: rti802
20-
Description: Analog Devices RTI-802
21-
Author: Anders Blomdell <anders.blomdell@control.lth.se>
22-
Devices: [Analog Devices] RTI-802 (rti802)
23-
Status: works
24-
25-
Configuration Options:
26-
[0] - i/o base
27-
[1] - unused
28-
[2] - dac#0 0=two's comp, 1=straight
29-
[3] - dac#0 0=bipolar, 1=unipolar
30-
[4] - dac#1 ...
31-
...
32-
[17] - dac#7 ...
33-
*/
20+
* Driver: rti802
21+
* Description: Analog Devices RTI-802
22+
* Author: Anders Blomdell <anders.blomdell@control.lth.se>
23+
* Devices: (Analog Devices) RTI-802 [rti802]
24+
* Status: works
25+
*
26+
* Configuration Options:
27+
* [0] - i/o base
28+
* [1] - unused
29+
* [2,4,6,8,10,12,14,16] - dac#[0-7] 0=two's comp, 1=straight
30+
* [3,5,7,9,11,13,15,17] - dac#[0-7] 0=bipolar, 1=unipolar
31+
*/
3432

3533
#include <linux/module.h>
3634
#include "../comedidev.h"

0 commit comments

Comments
 (0)