aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/clk-nomadik.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2022-12-08 16:20:16 -0800
committerStephen Boyd <sboyd@kernel.org>2022-12-09 10:26:25 -0800
commit5e57aaa8b6ec038940c2258b803c53f08a65d1f0 (patch)
tree5f0a737252c001fa54f32080e41efc39bbc15f14 /drivers/clk/clk-nomadik.c
parentclk: lmk04832: fix kernel-doc warnings (diff)
downloadwireguard-linux-5e57aaa8b6ec038940c2258b803c53f08a65d1f0.tar.xz
wireguard-linux-5e57aaa8b6ec038940c2258b803c53f08a65d1f0.zip
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: ef6eb322ce57 ("clk: nomadik: implement the Nomadik clocks properly") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reported-by: kernel 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.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/clk-nomadik.c')
-rw-r--r--drivers/clk/clk-nomadik.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/clk-nomadik.c b/drivers/clk/clk-nomadik.c
index 71fbe687fa7b..06245681dac7 100644
--- a/drivers/clk/clk-nomadik.c
+++ b/drivers/clk/clk-nomadik.c
@@ -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
*/