Skip to content

Commit a8c31d3

Browse files
Jiapeng Chongbroonie
authored andcommitted
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#c0 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/20220919024830.111874-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent ca9b8f0 commit a8c31d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/of_regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ bool of_check_coupling_data(struct regulator_dev *rdev)
676676
}
677677

678678
/**
679-
* of_parse_coupled regulator - Get regulator_dev pointer from rdev's property
679+
* of_parse_coupled_regulator() - Get regulator_dev pointer from rdev's property
680680
* @rdev: Pointer to regulator_dev, whose DTS is used as a source to parse
681681
* "regulator-coupled-with" property
682682
* @index: Index in phandles array

0 commit comments

Comments
 (0)