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-Tag: v6.2-rc1~112^2~2^6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53949843d30c3fc03a55d51b2320ff31e0001c56;p=thirdparty%2Fkernel%2Fstable.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 269355010cdce..3d636938a7396 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 *