Commit 5e57aaa8 authored by Randy Dunlap's avatar Randy Dunlap Committed by Stephen Boyd

clk: nomadik: correct struct name kernel-doc warning

Use the correct struct name for the kernel-doc notation to prevent
a kernel-doc warning:

clk-nomadik.c:148: warning: expecting prototype for struct clk_pll1. Prototype was for struct clk_pll instead

Fixes: ef6eb322 ("clk: nomadik: implement the Nomadik clocks properly")
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reported-by: default avatarkernel test robot <lkp@intel.com>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org
Link: https://lore.kernel.org/r/20221209002016.14776-1-rdunlap@infradead.orgSigned-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 40b85eec
......@@ -138,7 +138,7 @@ static void __init nomadik_src_init(void)
}
/**
* struct clk_pll1 - Nomadik PLL1 clock
* struct clk_pll - Nomadik PLL clock
* @hw: corresponding clock hardware entry
* @id: PLL instance: 1 or 2
*/
......
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