Re: [PATCH] clk: zynqmp: Fix kernel-doc format
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-08-29 06:43:58
Also in:
linux-arm-kernel, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2021-08-29 06:43:58
Also in:
linux-arm-kernel, lkml
Quoting Michal Simek (2021-08-23 04:33:47)
Align structure and function names with definitions. Issues are reported by kernel-doc script as: drivers/clk/zynqmp/clk-gate-zynqmp.c:24: warning: expecting prototype for struct clk_gate. Prototype was for struct zynqmp_clk_gate instead drivers/clk/zynqmp/clk-gate-zynqmp.c:75: warning: expecting prototype for zynqmp_clk_gate_is_enable(). Prototype was for zynqmp_clk_gate_is_enabled() instead Signed-off-by: Michal Simek <redacted> ---
Applied to clk-next