Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06b819ee authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman
Browse files

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



The variable names provided enough information.

Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 310923b7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;