Skip to content

Commit 133f67a

Browse files
LeSpockytrini
authored andcommitted
clk: Revise help text for clk_get_parent_rate()
The function returns the rate of the parent clock, the previous text made no sense at all. Fixes: 4aa7830 ("dm: clk: Define clk_get_parent_rate() for clk operations") Signed-off-by: Alexander Dahl <[email protected]> Reviewed-by: Sean Anderson <[email protected]>
1 parent 068c346 commit 133f67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ ulong clk_get_rate(struct clk *clk);
444444
struct clk *clk_get_parent(struct clk *clk);
445445

446446
/**
447-
* clk_get_parent_rate() - Get parent of current clock rate.
447+
* clk_get_parent_rate() - Get rate of current clock's parent.
448448
* @clk: A clock struct that was previously successfully requested by
449449
* clk_request/get_by_*().
450450
*

0 commit comments

Comments
 (0)