Skip to content

Commit 6378cfd

Browse files
committed
clk: Clean up kernel-doc errors
Two things aren't documented causing kernel-doc to fail when checking the core clk.c file. Fix them so that this file is clean. Signed-off-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6c4411f commit 6378cfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/clk/clk.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4135,6 +4135,7 @@ static int devm_clk_hw_match(struct device *dev, void *res, void *data)
41354135

41364136
/**
41374137
* devm_clk_unregister - resource managed clk_unregister()
4138+
* @dev: device that is unregistering the clock data
41384139
* @clk: clock to unregister
41394140
*
41404141
* Deallocate a clock allocated with devm_clk_register(). Normally
@@ -4324,6 +4325,8 @@ static void clk_core_reparent_orphans(void)
43244325
* @node: Pointer to device tree node of clock provider
43254326
* @get: Get clock callback. Returns NULL or a struct clk for the
43264327
* given clock specifier
4328+
* @get_hw: Get clk_hw callback. Returns NULL, ERR_PTR or a
4329+
* struct clk_hw for the given clock specifier
43274330
* @data: context pointer to be passed into @get callback
43284331
*/
43294332
struct of_clk_provider {

0 commit comments

Comments
 (0)