Re: [PATCH] clk: Gemini: fix struct name in kernel-doc

From: Stephen Boyd
Date: Thu Dec 02 2021 - 20:28:15 EST


Quoting Randy Dunlap (2021-11-19 22:27:19)
> 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 <rdunlap@xxxxxxxxxxxxx>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Cc: linux-clk@xxxxxxxxxxxxxxx
> ---

Applied to clk-next