OSDN Git Service

regulator: of: Fix kernel-doc
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 19 Sep 2022 02:48:30 +0000 (10:48 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 19 Sep 2022 14:44:17 +0000 (15:44 +0100)
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>
drivers/regulator/ti-abb-regulator.c

index ce00db2..115345e 100644 (file)
@@ -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
  *