clk: ti: fix typo in ti_clk_retry_init() code comment

Message ID 20221106155625.3476564-1-dario.binacchi@amarulasolutions.com
State New
Headers
Series clk: ti: fix typo in ti_clk_retry_init() code comment |

Commit Message

Dario Binacchi Nov. 6, 2022, 3:56 p.m. UTC
  Replace "not" with "node".

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

 drivers/clk/ti/clk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Stephen Boyd Nov. 23, 2022, 1:04 a.m. UTC | #1
Quoting Dario Binacchi (2022-11-06 07:56:25)
> Replace "not" with "node".
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---

Applied to clk-next
  

Patch

diff --git a/drivers/clk/ti/clk.c b/drivers/clk/ti/clk.c
index 1dc2f15fb75b..40ddd73b2bc5 100644
--- 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 not for the clock
+ * @node: device node for the clock
  * @user: user data pointer
  * @func: init function to be called for the clock
  *