iio: adc: rockchip_saradc: Demote seemingly unintentional kerneldoc header
authorLee Jones <lee.jones@linaro.org>
Fri, 17 Jul 2020 16:55:38 +0000 (17:55 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 20 Jul 2020 08:03:35 +0000 (09:03 +0100)
commit2c7c8dce3630543d80d4e893836167a1ed1a97fb
tree17f06e1a8b8e075c779c441b3c1847186a7b5e02
parent82cf139f26c4d87c9b04e250d4e2ee74f0915eee
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: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/rockchip_saradc.c