Skip to content

Commit ecb64bb

Browse files
rddunlapbebarino
authored andcommitted
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: 846423f ("clk: Add Gemini SoC clock controller") Signed-off-by: Randy Dunlap <[email protected]> Reported-by: kernel test robot <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 8a3492c commit ecb64bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/clk-gemini.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static DEFINE_SPINLOCK(gemini_clk_lock);
5050
#define PCI_DLL_TAP_SEL_MASK 0x1f
5151

5252
/**
53-
* struct gemini_data_data - Gemini gated clocks
53+
* struct gemini_gate_data - Gemini gated clocks
5454
* @bit_idx: the bit used to gate this clock in the clock register
5555
* @name: the clock name
5656
* @parent_name: the name of the parent clock

0 commit comments

Comments
 (0)