Commit d4d79433 authored by Ian Abbott's avatar Ian Abbott Committed by Greg Kroah-Hartman

staging: comedi: das08.h: reformat remaining comments

Reformat remaining comments to use the preferred style for single-line
and block comments.
Signed-off-by: default avatarIan Abbott <abbotti@mev.co.uk>
Reviewed-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 884f01c9
......@@ -36,13 +36,12 @@ struct das08_board_struct {
unsigned int do_nchan;
unsigned int i8255_offset;
unsigned int i8254_offset;
unsigned int iosize; /* number of ioports used */
unsigned int iosize; /* number of ioports used */
};
struct das08_private_struct {
unsigned int do_mux_bits; /* bits for do/mux register on boards
* without separate do register
*/
/* bits for do/mux register on boards without separate do register */
unsigned int do_mux_bits;
const unsigned int *pg_gainlist;
};
......
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