staging: comedi: pcl726: remove unnecessary comments in boardinfo definition

The variable names provided enough information.

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 2013-09-25 15:40:29 -07:00 committed by Greg Kroah-Hartman
parent 310923b7de
commit 06b819eede
1 changed files with 3 additions and 3 deletions

View File

@ -109,9 +109,9 @@ static const struct comedi_lrange *const rangelist_728[] = {
};
struct pcl726_board {
const char *name; /* driver name */
int n_aochan; /* num of D/A chans */
unsigned int io_range; /* len of IO space */
const char *name;
int n_aochan;
unsigned int io_range;
unsigned int irq_mask;
unsigned int have_dio:1;
unsigned int is_pcl727:1;