Skip to content

Commit 06abc75

Browse files
Yang Yingliangbebarino
authored andcommitted
clk: analogbits: fix doc warning in wrpll-cln28hpc.c
Fix the following make W=1 warning: drivers/clk/analogbits/wrpll-cln28hpc.c:227: warning: expecting prototype for wrpll_configure(). Prototype was for wrpll_configure_for_rate() instead Signed-off-by: Yang Yingliang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent c37f1cd commit 06abc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/analogbits/wrpll-cln28hpc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ static int __wrpll_update_parent_rate(struct wrpll_cfg *c,
198198
}
199199

200200
/**
201-
* wrpll_configure() - compute PLL configuration for a target rate
201+
* wrpll_configure_for_rate() - compute PLL configuration for a target rate
202202
* @c: ptr to a struct wrpll_cfg record to write into
203203
* @target_rate: target PLL output clock rate (post-Q-divider)
204204
* @parent_rate: PLL input refclk rate (pre-R-divider)

0 commit comments

Comments
 (0)