Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jiapeng Chong and committed by
Mark Brown
7ec12d15 a8c31d35

+1 -1
+1 -1
drivers/regulator/ti-abb-regulator.c
··· 151 151 }; 152 152 153 153 /** 154 - * ti_abb_wait_tranx() - waits for ABB tranxdone event 154 + * ti_abb_wait_txdone() - waits for ABB tranxdone event 155 155 * @dev: device 156 156 * @abb: pointer to the abb instance 157 157 *