aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/of_regulator.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2020-07-08 13:48:31 +0100
committerMark Brown <broonie@kernel.org>2020-07-08 17:37:53 +0100
commit45e8446e7a153a011ae099bb8c5657bb853c0ad0 (patch)
tree1e5b87e4bb706070967bcc8f2c544698053351b4 /drivers/regulator/of_regulator.c
parentregulator: devres: Fix issues with kerneldoc headers (diff)
downloadlinux-dev-45e8446e7a153a011ae099bb8c5657bb853c0ad0.tar.xz
linux-dev-45e8446e7a153a011ae099bb8c5657bb853c0ad0.zip
regulator: of_regulator: Add missing colon for rdev kerneldoc argument
Kerneldoc validation gets confused if syntax isn't "@.*: ". Adding the missing colons squashes the following W=1 warnings: Signed-off-by: Lee Jones <lee.jones@linaro.org> Cc: Rajendra Nayak <rnayak@ti.com> Link: https://lore.kernel.org/r/20200708124832.3441649-3-lee.jones@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/of_regulator.c')
-rw-r--r--drivers/regulator/of_regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/of_regulator.c b/drivers/regulator/of_regulator.c
index 87637eb6bcbc..06c0b15fe4c0 100644
--- a/drivers/regulator/of_regulator.c
+++ b/drivers/regulator/of_regulator.c
@@ -532,7 +532,7 @@ static bool of_coupling_find_node(struct device_node *src,
/**
* of_check_coupling_data - Parse rdev's coupling properties and check data
* consistency
- * @rdev - pointer to regulator_dev whose data is checked
+ * @rdev: pointer to regulator_dev whose data is checked
*
* Function checks if all the following conditions are met:
* - rdev's max_spread is greater than 0