On Sat, Nov 20, 2021 at 7:27 AM Randy Dunlap [off-list ref] wrote:
Fix a typo in the struct name in the kernel-doc notation so that
kernel-doc won't complain about it.
Fixes this warning:
drivers/clk/clk-gemini.c:64: warning: expecting prototype for struct gemini_data_data. Prototype was for struct gemini_gate_data instead
Fixes: 846423f96721 ("clk: Add Gemini SoC clock controller")
Signed-off-by: Randy Dunlap <redacted>
Reported-by: kernel test robot <redacted>
Cc: linux-clk@vger.kernel.org
Reviewed-by: Linus Walleij <redacted>
Yours,
Linus Walleij