projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f88d471
)
regulator: fix a kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Fri, 23 Oct 2020 16:33:13 +0000
(18:33 +0200)
committer
Mark Brown
<broonie@kernel.org>
Wed, 28 Oct 2020 16:21:39 +0000
(16:21 +0000)
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>
drivers/regulator/core.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/core.c
b/drivers/regulator/core.c
index a4ffd71696da67782f11b3fce1648f60c2cfa8fb..79d00e7039d95cf3dab3dc3368a39d4f782adf27 100644
(file)
--- 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);
/**
- * r
egulator
_get_id - get regulator ID
+ * r
dev
_get_id - get regulator ID
* @rdev: regulator
*/
int rdev_get_id(struct regulator_dev *rdev)