Skip to content

Commit d52848c

Browse files
Lee Jonesbebarino
authored andcommitted
clk: ti: gate: Fix possible doc-rot in 'omap36xx_gate_clk_enable_with_hsdiv_restore'
Fixes the following W=1 kernel build warning(s): drivers/clk/ti/gate.c:67: warning: Function parameter or member 'hw' not described in 'omap36xx_gate_clk_enable_with_hsdiv_restore' drivers/clk/ti/gate.c:67: warning: Excess function parameter 'clk' description in 'omap36xx_gate_clk_enable_with_hsdiv_restore' Cc: Tero Kristo <kristo@kernel.org> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: linux-omap@vger.kernel.org Cc: linux-clk@vger.kernel.org Signed-off-by: Lee Jones <lee.jones@linaro.org> Link: https://lore.kernel.org/r/20210120093040.1719407-17-lee.jones@linaro.org Reviewed-by: Tero Kristo <kristo@kernel.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 975b3ed commit d52848c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/clk/ti/gate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static const struct clk_ops omap_gate_clk_hsdiv_restore_ops = {
5555
/**
5656
* omap36xx_gate_clk_enable_with_hsdiv_restore - enable clocks suffering
5757
* from HSDivider PWRDN problem Implements Errata ID: i556.
58-
* @clk: DPLL output struct clk
58+
* @hw: DPLL output struct clk_hw
5959
*
6060
* 3630 only: dpll3_m3_ck, dpll4_m2_ck, dpll4_m3_ck, dpll4_m4_ck,
6161
* dpll4_m5_ck & dpll4_m6_ck dividers gets loaded with reset

0 commit comments

Comments
 (0)