Commit 53949843 authored by Dario Binacchi's avatar Dario Binacchi Committed by Stephen Boyd

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

Replace "not" with "node".
Signed-off-by: default avatarDario Binacchi <dario.binacchi@amarulasolutions.com>
Link: https://lore.kernel.org/r/20221106155625.3476564-1-dario.binacchi@amarulasolutions.comSigned-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 6e49aaca
......@@ -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
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment