mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
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:
committed by
Greg Kroah-Hartman
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 */
|
||||
|
||||
Reference in New Issue
Block a user