Commit a8c31d35 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Mark Brown

regulator: of: Fix kernel-doc

drivers/regulator/of_regulator.c:689: warning: expecting prototype for of_parse_coupled regulator(). Prototype was for of_parse_coupled_regulator() instead.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2205#c0Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220919024830.111874-1-jiapeng.chong@linux.alibaba.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent ca9b8f04
...@@ -676,7 +676,7 @@ bool of_check_coupling_data(struct regulator_dev *rdev) ...@@ -676,7 +676,7 @@ bool of_check_coupling_data(struct regulator_dev *rdev)
} }
/** /**
* of_parse_coupled regulator - Get regulator_dev pointer from rdev's property * of_parse_coupled_regulator() - Get regulator_dev pointer from rdev's property
* @rdev: Pointer to regulator_dev, whose DTS is used as a source to parse * @rdev: Pointer to regulator_dev, whose DTS is used as a source to parse
* "regulator-coupled-with" property * "regulator-coupled-with" property
* @index: Index in phandles array * @index: Index in phandles array
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment