mirror of https://gitee.com/openkylin/linux.git
staging: comedi: das16m1: remove unnecessary private data comments
These comments are just extra cruft. Removing them also fixes a checkpatch.pl issue: WARNING: Block comments use a trailing */ on a separate line 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:
parent
50ac3ae33b
commit
3cea946df7
|
@ -120,10 +120,7 @@ static const struct comedi_lrange range_das16m1 = {
|
|||
struct das16m1_private_struct {
|
||||
struct comedi_8254 *counter;
|
||||
unsigned int control_state;
|
||||
unsigned int adc_count; /* number of samples completed */
|
||||
/* initial value in lower half of hardware conversion counter,
|
||||
* needed to keep track of whether new count has been loaded into
|
||||
* counter yet (loaded by first sample conversion) */
|
||||
unsigned int adc_count;
|
||||
u16 initial_hw_count;
|
||||
unsigned short ai_buffer[FIFO_SIZE];
|
||||
unsigned long extra_iobase;
|
||||
|
|
Loading…
Reference in New Issue