Commit 2c7c8dce authored by Lee Jones's avatar Lee Jones Committed by Jonathan Cameron

iio: adc: rockchip_saradc: Demote seemingly unintentional kerneldoc header

This is the only use of kerneldoc in the source file and no
descriptions are provided.

Fixes the following W=1 kernel build warning(s):

 drivers/iio/adc/rockchip_saradc.c:190: warning: Function parameter or member 'reset' not described in 'rockchip_saradc_reset_controller'

Cc: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 82cf139f
...@@ -207,7 +207,7 @@ static const struct of_device_id rockchip_saradc_match[] = { ...@@ -207,7 +207,7 @@ static const struct of_device_id rockchip_saradc_match[] = {
}; };
MODULE_DEVICE_TABLE(of, rockchip_saradc_match); MODULE_DEVICE_TABLE(of, rockchip_saradc_match);
/** /*
* Reset SARADC Controller. * Reset SARADC Controller.
*/ */
static void rockchip_saradc_reset_controller(struct reset_control *reset) static void rockchip_saradc_reset_controller(struct reset_control *reset)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment