clk: Gemini: fix struct name in kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 20 Nov 2021 06:27:19 +0000 (22:27 -0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 3 Dec 2021 01:27:48 +0000 (17:27 -0800)
commitecb64bbff7dddf510c7b011a7c0bd6a87e5c88e8
tree98c39ec3dd231fa2ed3522564585fb84b7b1f6eb
parent8a3492cd8de45013bb1a152efeb8757cfeb43cdd
clk: Gemini: fix struct name in kernel-doc

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@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: linux-clk@vger.kernel.org
Link: https://lore.kernel.org/r/20211120062719.21395-1-rdunlap@infradead.org
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-gemini.c