Skip to content

Commit 05dbb50

Browse files
rddunlapbebarino
authored andcommitted
clk: keystone: sci-clk: match func name comment to actual
Correct the function name in the kernel-doc comment to match the actual function name to avoid a kernel-doc warning: drivers/clk/keystone/sci-clk.c:287: warning: expecting prototype for _sci_clk_get(). Prototype was for _sci_clk_build() instead Signed-off-by: Randy Dunlap <[email protected]> Cc: Nishanth Menon <[email protected]> Cc: Tero Kristo <[email protected]> Cc: Santosh Shilimkar <[email protected]> Cc: [email protected] Cc: Michael Turquette <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Nishanth Menon <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent d71e1f5 commit 05dbb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/keystone/sci-clk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static const struct clk_ops sci_clk_ops = {
272272
};
273273

274274
/**
275-
* _sci_clk_get - Gets a handle for an SCI clock
275+
* _sci_clk_build - Gets a handle for an SCI clock
276276
* @provider: Handle to SCI clock provider
277277
* @sci_clk: Handle to the SCI clock to populate
278278
*

0 commit comments

Comments
 (0)