Skip to content

Commit 3b98548

Browse files
juhosgandersson
authored andcommitted
clk: qcom: clk-alpha-pll: fix kerneldoc of struct clk_alpha_pll
Add missing descriptions of the 'num_vco' and 'flags' members to clk_alpha_pll structure's documentation. Also reorder the member description entries to match the order of the declarations. Eliminates the following warnings: drivers/clk/qcom/clk-alpha-pll.h:72: info: Scanning doc for struct clk_alpha_pll drivers/clk/qcom/clk-alpha-pll.h:91: warning: Function parameter or struct member 'num_vco' not described in 'clk_alpha_pll' drivers/clk/qcom/clk-alpha-pll.h:91: warning: Function parameter or struct member 'flags' not described in 'clk_alpha_pll' No functional changes. Signed-off-by: Gabor Juhos <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 8c48466 commit 3b98548

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/clk/qcom/clk-alpha-pll.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ struct pll_vco {
7373
/**
7474
* struct clk_alpha_pll - phase locked loop (PLL)
7575
* @offset: base address of registers
76-
* @vco_table: array of VCO settings
7776
* @regs: alpha pll register map (see @clk_alpha_pll_regs)
77+
* @vco_table: array of VCO settings
78+
* @num_vco: number of VCO settings in @vco_table
79+
* @flags: bitmask to indicate features supported by the hardware
7880
* @clkr: regmap clock handle
7981
*/
8082
struct clk_alpha_pll {

0 commit comments

Comments
 (0)