Re: [PATCH 1/1] clk: sunxi: Demote non-conformant kernel-doc headers

2021-03-08 Thread Maxime Ripard
On Wed, Mar 03, 2021 at 04:17:02PM -0800, Stephen Boyd wrote: > Quoting Lee Jones (2021-03-03 06:24:30) > > Headers must describe their parameters. > > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/clk/sunxi/clk-sun9i-core.c:27: warning: Function parameter or > > member

Re: [PATCH 1/1] clk: sunxi: Demote non-conformant kernel-doc headers

2021-03-03 Thread Stephen Boyd
Quoting Lee Jones (2021-03-03 06:24:30) > Headers must describe their parameters. > > Fixes the following W=1 kernel build warning(s): > > drivers/clk/sunxi/clk-sun9i-core.c:27: warning: Function parameter or member > 'req' not described in 'sun9i_a80_get_pll4_factors' >

[PATCH 1/1] clk: sunxi: Demote non-conformant kernel-doc headers

2021-03-03 Thread Lee Jones
Headers must describe their parameters. Fixes the following W=1 kernel build warning(s): drivers/clk/sunxi/clk-sun9i-core.c:27: warning: Function parameter or member 'req' not described in 'sun9i_a80_get_pll4_factors' drivers/clk/sunxi/clk-sun9i-core.c:100: warning: Function parameter or