From: Lee Jones Date: Wed, 20 Jan 2021 09:30:31 +0000 (+0000) Subject: clk: st: clkgen-pll: Demote unpopulated kernel-doc header X-Git-Tag: accepted/tizen/unified/20230118.172025~7811^2^5~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c13726171f70ee3b86da70050e8067fc90955116;p=platform%2Fkernel%2Flinux-rpi.git clk: st: clkgen-pll: Demote unpopulated kernel-doc header And remove an incorrect entry. Fixes the following W=1 kernel build warning(s): drivers/clk/st/clkgen-pll.c:142: warning: cannot understand function prototype: 'struct clkgen_pll ' Cc: Michael Turquette Cc: Stephen Boyd Cc: Stephen Gallimore Cc: Pankaj Dev Cc: linux-clk@vger.kernel.org Signed-off-by: Lee Jones Link: https://lore.kernel.org/r/20210120093040.1719407-12-lee.jones@linaro.org Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/st/clkgen-pll.c b/drivers/clk/st/clkgen-pll.c index c3952f2..119c5b3 100644 --- a/drivers/clk/st/clkgen-pll.c +++ b/drivers/clk/st/clkgen-pll.c @@ -130,12 +130,11 @@ static struct clkgen_pll_data st_pll4600c28_418_a9 = { * parent - fixed parent. No clk_set_parent support */ -/** +/* * PLL clock that is integrated in the ClockGenA instances on the STiH415 * and STiH416. * * @hw: handle between common and hardware-specific interfaces. - * @type: PLL instance type. * @regs_base: base of the PLL configuration register(s). * */