projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e49aac
)
clk: ti: fix typo in ti_clk_retry_init() code comment
author
Dario Binacchi
<dario.binacchi@amarulasolutions.com>
Sun, 6 Nov 2022 15:56:25 +0000
(16:56 +0100)
committer
Stephen Boyd
<sboyd@kernel.org>
Wed, 23 Nov 2022 01:04:20 +0000
(17:04 -0800)
Replace "not" with "node".
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Link:
https://lore.kernel.org/r/20221106155625.3476564-1-dario.binacchi@amarulasolutions.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/ti/clk.c
patch
|
blob
|
history
diff --git
a/drivers/clk/ti/clk.c
b/drivers/clk/ti/clk.c
index 269355010cdceac07e1cf319132ad011cd802a14..3d636938a7396a1357819eaff546f23d8ea66919 100644
(file)
--- a/
drivers/clk/ti/clk.c
+++ b/
drivers/clk/ti/clk.c
@@
-263,7
+263,7
@@
static LIST_HEAD(retry_list);
/**
* ti_clk_retry_init - retries a failed clock init at later phase
- * @node: device no
t
for the clock
+ * @node: device no
de
for the clock
* @user: user data pointer
* @func: init function to be called for the clock
*