staging: comedi: icp_multi: remove unnecessary block comment
This comment doesn't add any value to the code. Remove it. 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
24bc018e73
commit
c2a6e057d3
|
@ -92,12 +92,6 @@ static const struct comedi_lrange icp_multi_ranges = {
|
|||
|
||||
static const char range_codes_analog[] = { 0x00, 0x20, 0x10, 0x30 };
|
||||
|
||||
/*
|
||||
==============================================================================
|
||||
Data & Structure declarations
|
||||
==============================================================================
|
||||
*/
|
||||
|
||||
struct icp_multi_private {
|
||||
unsigned int AdcCmdStatus; /* ADC Command/Status register */
|
||||
unsigned int DacCmdStatus; /* DAC Command/Status register */
|
||||
|
|
Loading…
Reference in New Issue