Skip to content

Commit c137261

Browse files
Lee Jonesbebarino
authored andcommitted
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 <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: Stephen Gallimore <stephen.gallimore@st.com> Cc: Pankaj Dev <pankaj.dev@st.com> Cc: linux-clk@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20210120093040.1719407-12-lee.jones@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 793eb69 commit c137261

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/clk/st/clkgen-pll.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,11 @@ static struct clkgen_pll_data st_pll4600c28_418_a9 = {
130130
* parent - fixed parent. No clk_set_parent support
131131
*/
132132

133-
/**
133+
/*
134134
* PLL clock that is integrated in the ClockGenA instances on the STiH415
135135
* and STiH416.
136136
*
137137
* @hw: handle between common and hardware-specific interfaces.
138-
* @type: PLL instance type.
139138
* @regs_base: base of the PLL configuration register(s).
140139
*
141140
*/

0 commit comments

Comments
 (0)