From: Lee Jones Date: Fri, 17 Jul 2020 16:55:29 +0000 (+0100) Subject: iio: adc: max9611: Demote obvious misuse of kerneldoc to standard comment blocks X-Git-Tag: microblaze-v5.10~120^2~61^2~18 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=922fdc19906a1b640fcf20e3b2c699b2d652452f;p=linux-2.6-microblaze.git iio: adc: max9611: Demote obvious misuse of kerneldoc to standard comment blocks No attempt has been made to document any of the demoted structs here. Fixes the following W=1 kernel build warning(s): drivers/iio/adc/max9611.c:117: warning: cannot understand function prototype: 'const unsigned int max9611_mux_conf[][2] = ' drivers/iio/adc/max9611.c:145: warning: cannot understand function prototype: 'const unsigned int max9611_gain_conf[][2] = ' Cc: Jacopo Mondi Cc: Geert Uytterhoeven Signed-off-by: Lee Jones Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/max9611.c b/drivers/iio/adc/max9611.c index d7f150abbaac..052ab23f10b2 100644 --- a/drivers/iio/adc/max9611.c +++ b/drivers/iio/adc/max9611.c @@ -110,7 +110,7 @@ enum max9611_conf_ids { CONF_TEMP, }; -/** +/* * max9611_mux_conf - associate ADC mux configuration with register address * where data shall be read from */ @@ -133,7 +133,7 @@ enum max9611_csa_gain_params { CSA_GAIN_OFFS_RAW, }; -/** +/* * max9611_csa_gain_conf - associate gain multiplier with LSB and * offset values. *