linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clk: correct comments for __clk_determine_rate
@ 2016-06-13 11:34 Peng Fan
  2016-06-21  0:59 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Fan @ 2016-06-13 11:34 UTC (permalink / raw)
  To: sboyd; +Cc: linux-clk, linux-kernel, van.freenix, Michael Turquette

Correct comments for __clk_determine_rate.

Signed-off-by: Peng Fan <van.freenix@gmail.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@codeaurora.org>
---
 drivers/clk/clk.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index d584004..4224a2e 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -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.
  */
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clk: correct comments for __clk_determine_rate
  2016-06-13 11:34 [PATCH] clk: correct comments for __clk_determine_rate Peng Fan
@ 2016-06-21  0:59 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2016-06-21  0:59 UTC (permalink / raw)
  To: Peng Fan; +Cc: linux-clk, linux-kernel, Michael Turquette

On 06/13, Peng Fan wrote:
> Correct comments for __clk_determine_rate.
> 
> Signed-off-by: Peng Fan <van.freenix@gmail.com>
> Cc: Michael Turquette <mturquette@baylibre.com>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-21  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-13 11:34 [PATCH] clk: correct comments for __clk_determine_rate Peng Fan
2016-06-21  0:59 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).