From: Jiapeng Chong Date: Mon, 19 Sep 2022 02:48:30 +0000 (+0800) Subject: regulator: of: Fix kernel-doc X-Git-Tag: v6.1-rc1~166^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ec12d153998616d9f9fd0e603d56b5e122fc768;p=thirdparty%2Flinux.git 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 Signed-off-by: Jiapeng Chong Link: https://lore.kernel.org/r/20220919024830.111874-2-jiapeng.chong@linux.alibaba.com Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/ti-abb-regulator.c b/drivers/regulator/ti-abb-regulator.c index ce00db27589ab..115345e9fdedc 100644 --- a/drivers/regulator/ti-abb-regulator.c +++ b/drivers/regulator/ti-abb-regulator.c @@ -151,7 +151,7 @@ static inline void ti_abb_clear_txdone(const struct ti_abb *abb) }; /** - * ti_abb_wait_tranx() - waits for ABB tranxdone event + * ti_abb_wait_txdone() - waits for ABB tranxdone event * @dev: device * @abb: pointer to the abb instance *