]> Git Repo - linux.git/commitdiff
clk: nomadik: correct struct name kernel-doc warning
authorRandy Dunlap <[email protected]>
Fri, 9 Dec 2022 00:20:16 +0000 (16:20 -0800)
committerStephen Boyd <[email protected]>
Fri, 9 Dec 2022 18:26:25 +0000 (10:26 -0800)
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: ef6eb322ce57 ("clk: nomadik: implement the Nomadik clocks properly")
Signed-off-by: Randy Dunlap <[email protected]>
Reported-by: kernel test robot <[email protected]>
Cc: Mauro Carvalho Chehab <[email protected]>
Cc: Linus Walleij <[email protected]>
Cc: [email protected]
Cc: Michael Turquette <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/clk-nomadik.c

index 71fbe687fa7b697d9aee68132a3bf412940905d6..06245681dac79f7cde07f1edfd732d9bdb088fe2 100644 (file)
@@ -138,7 +138,7 @@ out_put:
 }
 
 /**
- * struct clk_pll1 - Nomadik PLL1 clock
+ * struct clk_pll - Nomadik PLL clock
  * @hw: corresponding clock hardware entry
  * @id: PLL instance: 1 or 2
  */
This page took 0.057393 seconds and 4 git commands to generate.