aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max14577-regulator.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-06-25 17:36:14 +0100
committerMark Brown <broonie@kernel.org>2020-06-25 20:11:17 +0100
commit0c32f8aa0711af177248c2cba9cb105f18e0c9bb (patch)
treec473d97fe976a37ed1c08d04acd22c52259f51fc /drivers/regulator/max14577-regulator.c
parentregulator: cpcap-regulator: Demote kerneldoc header to standard comment (diff)
downloadlinux-dev-0c32f8aa0711af177248c2cba9cb105f18e0c9bb.tar.xz
linux-dev-0c32f8aa0711af177248c2cba9cb105f18e0c9bb.zip
regulator: max14577-regulator: Demote kerneldoc header to standard comment
Nothing about this comment identifies it as a kerneldoc header. It's missing all of it's function argument descriptions and the correct function header. Fixes the following W=1 warning(s): drivers/regulator/max14577-regulator.c:166: warning: Function parameter or member 'max14577' not described in 'max14577_get_regma drivers/regulator/max14577-regulator.c:166: warning: Function parameter or member 'reg_id' not described in 'max14577_get_regmap' Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20200625163614.4001403-11-lee.jones@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/max14577-regulator.c')
-rw-r--r--drivers/regulator/max14577-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max14577-regulator.c b/drivers/regulator/max14577-regulator.c
index 07a150c9bbf2..e34face736f4 100644
--- a/drivers/regulator/max14577-regulator.c
+++ b/drivers/regulator/max14577-regulator.c
@@ -155,7 +155,7 @@ static const struct regulator_desc max77836_supported_regulators[] = {
[MAX77836_LDO2] = MAX77836_LDO_REG(2),
};
-/**
+/*
* Registers for regulators of max77836 use different I2C slave addresses so
* different regmaps must be used for them.
*