From: Dario Binacchi Date: Sun, 6 Nov 2022 15:56:25 +0000 (+0100) Subject: clk: ti: fix typo in ti_clk_retry_init() code comment X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=53949843d30c3fc03a55d51b2320ff31e0001c56;p=users%2Fjedix%2Flinux-maple.git clk: ti: fix typo in ti_clk_retry_init() code comment Replace "not" with "node". Signed-off-by: Dario Binacchi Link: https://lore.kernel.org/r/20221106155625.3476564-1-dario.binacchi@amarulasolutions.com Signed-off-by: Stephen Boyd --- 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 *