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' > drivers/clk/sunxi/clk-sun9i-core.c:100: warning: Function parameter or > member 'req' not described in 'sun9i_a80_get_gt_factors' > drivers/clk/sunxi/clk-sun9i-core.c:155: warning: Function parameter or > member 'req' not described in 'sun9i_a80_get_ahb_factors' > drivers/clk/sunxi/clk-sun9i-core.c:235: warning: Function parameter or > member 'req' not described in 'sun9i_a80_get_apb1_factors' > drivers/clk/sunxi/clk-usb.c:22: warning: cannot understand function > prototype: 'struct usb_reset_data ' > drivers/clk/sunxi/clk-sun6i-ar100.c:26: warning: Function parameter or > member 'req' not described in 'sun6i_get_ar100_factors' > > Cc: "Emilio López" <[email protected]> > Cc: Michael Turquette <[email protected]> > Cc: Stephen Boyd <[email protected]> > Cc: Maxime Ripard <[email protected]> > Cc: Chen-Yu Tsai <[email protected]> > Cc: Jernej Skrabec <[email protected]> > Cc: Boris BREZILLON <[email protected]> > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]> > ---
Acked-by: Stephen Boyd <[email protected]>

