Skip to content

Commit ee70d49

Browse files
Lee Jonesbebarino
authored andcommitted
clk: bcm: clk-iproc-pll: Demote kernel-doc abuse
Fixes the following W=1 kernel build warning(s): drivers/clk/bcm/clk-iproc-pll.c:712: warning: Function parameter or member 'pll' not described in 'iproc_pll_sw_cfg' Cc: Michael Turquette <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: Ray Jui <[email protected]> Cc: Scott Branden <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 7db20bc commit ee70d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/bcm/clk-iproc-pll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ static const struct clk_ops iproc_clk_ops = {
704704
.set_rate = iproc_clk_set_rate,
705705
};
706706

707-
/**
707+
/*
708708
* Some PLLs require the PLL SW override bit to be set before changes can be
709709
* applied to the PLL
710710
*/

0 commit comments

Comments
 (0)