diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-10-23 18:33:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-28 16:21:39 +0000 |
commit | d73e873bcfff86b0de7dae2610131b50a2970f88 (patch) | |
tree | 3e5b057263c572cbc4fd5b264689f72af64083f2 /drivers/regulator/core.c | |
parent | f88d47190a1f379c5c0a113ed79832f3fff69579 (diff) | |
download | linux-d73e873bcfff86b0de7dae2610131b50a2970f88.tar.bz2 |
regulator: fix a kernel-doc markup
It seems that the function was renamed. kernel-doc markup
should follow it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/dffad16d4d6427d7d0fc89797e4126fe7c69d5de.1603469755.git.mchehab+huawei@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/core.c')
-rw-r--r-- | drivers/regulator/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index a4ffd71696da..79d00e7039d9 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -5529,7 +5529,7 @@ void regulator_set_drvdata(struct regulator *regulator, void *data) EXPORT_SYMBOL_GPL(regulator_set_drvdata); /** - * regulator_get_id - get regulator ID + * rdev_get_id - get regulator ID * @rdev: regulator */ int rdev_get_id(struct regulator_dev *rdev) |