Commit 2d5b520c authored by Peng Fan's avatar Peng Fan Committed by Stephen Boyd

clk: correct comments for __clk_determine_rate

Correct comments for __clk_determine_rate.
Signed-off-by: default avatarPeng Fan <van.freenix@gmail.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent c03d795b
...@@ -828,9 +828,7 @@ static int clk_core_round_rate_nolock(struct clk_core *core, ...@@ -828,9 +828,7 @@ static int clk_core_round_rate_nolock(struct clk_core *core,
/** /**
* __clk_determine_rate - get the closest rate actually supported by a clock * __clk_determine_rate - get the closest rate actually supported by a clock
* @hw: determine the rate of this clock * @hw: determine the rate of this clock
* @rate: target rate * @req: target rate request
* @min_rate: returned rate must be greater than this rate
* @max_rate: returned rate must be less than this rate
* *
* Useful for clk_ops such as .set_rate and .determine_rate. * Useful for clk_ops such as .set_rate and .determine_rate.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment