Skip to content

Commit e1eb745

Browse files
Jiapeng Chongbroonie
authored andcommitted
regulator: stpmic1: Fix kernel-doc notation warnings
No functional modification involved. drivers/regulator/stpmic1_regulator.c:31: warning: expecting prototype for struct stpmic1. Prototype was for struct stpmic1_regulator_cfg instead. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7206 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/20231109073925.98783-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1fc2e76 commit e1eb745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/stpmic1_regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <dt-bindings/mfd/st,stpmic1.h>
1616

1717
/**
18-
* struct stpmic1 regulator description: this structure is used as driver data
18+
* struct stpmic1_regulator_cfg - this structure is used as driver data
1919
* @desc: regulator framework description
2020
* @mask_reset_reg: mask reset register address
2121
* @mask_reset_mask: mask rank and mask reset register mask

0 commit comments

Comments
 (0)