Skip to content

Commit 7ec12d1

Browse files
Jiapeng Chongbroonie
authored andcommitted
regulator: of: Fix kernel-doc
drivers/regulator/ti-abb-regulator.c:161: warning: expecting prototype for ti_abb_wait_tranx(). Prototype was for ti_abb_wait_txdone() instead. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2206 Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent a8c31d3 commit 7ec12d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/ti-abb-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static inline void ti_abb_clear_txdone(const struct ti_abb *abb)
151151
};
152152

153153
/**
154-
* ti_abb_wait_tranx() - waits for ABB tranxdone event
154+
* ti_abb_wait_txdone() - waits for ABB tranxdone event
155155
* @dev: device
156156
* @abb: pointer to the abb instance
157157
*

0 commit comments

Comments
 (0)