projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c31d3
)
regulator: of: Fix kernel-doc
author
Jiapeng Chong
<jiapeng.chong@linux.alibaba.com>
Mon, 19 Sep 2022 02:48:30 +0000
(10:48 +0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/regulator/ti-abb-regulator.c
b/drivers/regulator/ti-abb-regulator.c
index ce00db27589ab0b739306512a47d52830781eb12..115345e9fdedcc46fb1c42d4fffbe217584485b2 100644
(file)
--- 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_t
ranx
() - waits for ABB tranxdone event
+ * ti_abb_wait_t
xdone
() - waits for ABB tranxdone event
* @dev: device
* @abb: pointer to the abb instance
*