mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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 <abaci@linux.alibaba.com> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Link: https://lore.kernel.org/r/20220919024830.111874-2-jiapeng.chong@linux.alibaba.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
a8c31d3507
commit
7ec12d1539
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user