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

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

staging: comedi: das1800: remove the private data member comments



The comments about the members of the private data are not really
necessary and removing them fixes a couple checkpatch.pl issues.

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 5b28b8c4
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -299,12 +299,10 @@ static const struct das1800_board das1800_boards[] = {

struct das1800_private {
	struct comedi_isadma *dma;
	int irq_dma_bits;	/* bits for control register b */
	/* dma bits for control register b, stored so that dma can be
	 * turned on and off */
	int irq_dma_bits;
	int dma_bits;
	unsigned short *fifo_buf;
	unsigned long iobase2;	/* secondary io address used for analog out on 'ao' boards */
	unsigned long iobase2;
	bool ai_is_unipolar;
};