mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 08:50:17 -04:00
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:
committed by
Mark Brown
parent
f88d47190a
commit
d73e873bcf
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user