clk: correct comments for __clk_determine_rate
authorPeng Fan <[email protected]>
Mon, 13 Jun 2016 11:34:21 +0000 (19:34 +0800)
committerStephen Boyd <[email protected]>
Tue, 21 Jun 2016 00:59:23 +0000 (17:59 -0700)
Correct comments for __clk_determine_rate.

Signed-off-by: Peng Fan <[email protected]>
Cc: Michael Turquette <[email protected]>
Cc: Stephen Boyd <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/clk.c

index df844a60fdf99b6f5213b4e04fcb92cfcb8079f3..95b80aeb8c9d40fc80d129bf2990b9755da7010c 100644 (file)
@@ -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
  * @hw: determine the rate of this clock
- * @rate: target rate
- * @min_rate: returned rate must be greater than this rate
- * @max_rate: returned rate must be less than this rate
+ * @req: target rate request
  *
  * Useful for clk_ops such as .set_rate and .determine_rate.
  */