Re: [PATCH 14/21] clk: clk-fixed-mmio: Demote obvious kernel-doc abuse

2021-02-11 Thread Stephen Boyd
Quoting Lee Jones (2021-01-26 04:45:33) > Fixes the following W=1 kernel build warning(s): > > drivers/clk/clk-fixed-mmio.c:62: warning: Function parameter or member > 'pdev' not described in 'of_fixed_mmio_clk_probe' > > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Jan Kotas > Cc:

[PATCH 14/21] clk: clk-fixed-mmio: Demote obvious kernel-doc abuse

2021-01-26 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/clk/clk-fixed-mmio.c:62: warning: Function parameter or member 'pdev' not described in 'of_fixed_mmio_clk_probe' Cc: Michael Turquette Cc: Stephen Boyd Cc: Jan Kotas Cc: linux-...@vger.kernel.org Signed-off-by: Lee Jones ---