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>
This commit is contained in:
parent
f88d47190a
commit
d73e873bcf
|
@ -5529,7 +5529,7 @@ void regulator_set_drvdata(struct regulator *regulator, void *data)
|
||||||
EXPORT_SYMBOL_GPL(regulator_set_drvdata);
|
EXPORT_SYMBOL_GPL(regulator_set_drvdata);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* regulator_get_id - get regulator ID
|
* rdev_get_id - get regulator ID
|
||||||
* @rdev: regulator
|
* @rdev: regulator
|
||||||
*/
|
*/
|
||||||
int rdev_get_id(struct regulator_dev *rdev)
|
int rdev_get_id(struct regulator_dev *rdev)
|
||||||
|
|
Loading…
Reference in New Issue