staging: comedi: das08.h: reformat remaining comments
Reformat remaining comments to use the preferred style for single-line and block comments. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
884f01c949
commit
d4d794330d
1 changed files with 3 additions and 4 deletions
|
@ -36,13 +36,12 @@ struct das08_board_struct {
|
||||||
unsigned int do_nchan;
|
unsigned int do_nchan;
|
||||||
unsigned int i8255_offset;
|
unsigned int i8255_offset;
|
||||||
unsigned int i8254_offset;
|
unsigned int i8254_offset;
|
||||||
unsigned int iosize; /* number of ioports used */
|
unsigned int iosize; /* number of ioports used */
|
||||||
};
|
};
|
||||||
|
|
||||||
struct das08_private_struct {
|
struct das08_private_struct {
|
||||||
unsigned int do_mux_bits; /* bits for do/mux register on boards
|
/* bits for do/mux register on boards without separate do register */
|
||||||
* without separate do register
|
unsigned int do_mux_bits;
|
||||||
*/
|
|
||||||
const unsigned int *pg_gainlist;
|
const unsigned int *pg_gainlist;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue