Unverified Commit 7ec12d15 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Mark Brown
Browse files

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: 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-2-jiapeng.chong@linux.alibaba.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent a8c31d35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *