diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2022-11-06 18:56:25 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-11-23 04:04:20 +0300 |
commit | 53949843d30c3fc03a55d51b2320ff31e0001c56 (patch) | |
tree | 985f9e2465ee24be0cebe6decbb0ee4622954ab1 /drivers/clk | |
parent | 6e49aacaaf4a1380ba4d3cb4a22923193f5fdf40 (diff) | |
download | linux-53949843d30c3fc03a55d51b2320ff31e0001c56.tar.xz |
clk: ti: fix typo in ti_clk_retry_init() code comment
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/ti/clk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/ti/clk.c b/drivers/clk/ti/clk.c index 269355010cdc..3d636938a739 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 * |