From: H Hartley Sweeten Date: Wed, 7 Oct 2015 21:52:38 +0000 (-0700) Subject: staging: comedi: icp_multi: remove unnecessary block comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c2a6e057d3bd462bf8f529da484c6baf4a5d63b0;p=deliverable%2Flinux.git 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 Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/icp_multi.c b/drivers/staging/comedi/drivers/icp_multi.c index 9cc79e73d641..0d6fd99dc217 100644 --- a/drivers/staging/comedi/drivers/icp_multi.c +++ b/drivers/staging/comedi/drivers/icp_multi.c @@ -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 */