On Wed, Jan 20, 2021 at 10:31 AM Lee Jones <[email protected]> wrote:
> Also demote non-worthy header to standard comment block. > > Fixes the following W=1 kernel build warning(s): > > drivers/clk/versatile/clk-icst.c:53: warning: Function parameter or member > 'map' not described in 'clk_icst' > drivers/clk/versatile/clk-icst.c:53: warning: Function parameter or member > 'vcoreg_off' not described in 'clk_icst' > drivers/clk/versatile/clk-icst.c:53: warning: Function parameter or member > 'lockreg_off' not described in 'clk_icst' > drivers/clk/versatile/clk-icst.c:435: warning: cannot understand function > prototype: 'const struct icst_params icst525_apcp_cm_params = ' > > Cc: Linus Walleij <[email protected]> > Cc: Michael Turquette <[email protected]> > Cc: Stephen Boyd <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

