From 2c7c8dce3630543d80d4e893836167a1ed1a97fb Mon Sep 17 00:00:00 2001
From: Lee Jones
Date: Fri, 17 Jul 2020 17:55:38 +0100
Subject: 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
Cc: linux-rockchip@lists.infradead.org
Signed-off-by: Lee Jones
Reviewed-by: Heiko Stuebner
Signed-off-by: Jonathan Cameron
---
drivers/iio/adc/rockchip_saradc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'drivers/iio')
diff --git a/drivers/iio/adc/rockchip_saradc.c b/drivers/iio/adc/rockchip_saradc.c
index 70af111e4046..1f3d7d639d37 100644
--- a/drivers/iio/adc/rockchip_saradc.c
+++ b/drivers/iio/adc/rockchip_saradc.c
@@ -207,7 +207,7 @@ static const struct of_device_id rockchip_saradc_match[] = {
};
MODULE_DEVICE_TABLE(of, rockchip_saradc_match);
-/**
+/*
* Reset SARADC Controller.
*/
static void rockchip_saradc_reset_controller(struct reset_control *reset)
--
cgit v1.2.3