All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* clocksource: fix comment for __clocksource_updatefreq_scale
@ 2013-09-17  9:11 Xie XiuQi
  2013-09-17  9:37 ` Xie XiuQi
  2013-09-17 10:37 ` Xie XiuQi
  0 siblings, 2 replies; 3+ messages in thread
From: Xie XiuQi @ 2013-09-17  9:11 UTC (permalink / raw
  To: John Stultz, Thomas Gleixner, Ingo Molnar; +Cc: linux-kernel@vger.kernel.org

The functions clocksource_updatefreq_hz() and clocksource_updatefreq_khz()
do not exist. The proper ones are __clocksource_updatefreq_hz() and
__clocksource_updatefreq_khz().

Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
---
 kernel/time/clocksource.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
index 50a8736..d2f6ddc 100644
--- a/kernel/time/clocksource.c
+++ b/kernel/time/clocksource.c
@@ -714,7 +714,8 @@ static void clocksource_enqueue(struct clocksource *cs)
  * This should only be called from the clocksource->enable() method.
  *
  * This *SHOULD NOT* be called directly! Please use the
- * clocksource_updatefreq_hz() or clocksource_updatefreq_khz helper functions.
+ * __clocksource_updatefreq_hz() or __clocksource_updatefreq_khz helper
+ * functions.
  */
 void __clocksource_updatefreq_scale(struct clocksource *cs, u32 scale, u32 freq)
 {
-- 
1.8.2.1



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

* Re: clocksource: fix comment for __clocksource_updatefreq_scale
  2013-09-17  9:11 clocksource: fix comment for __clocksource_updatefreq_scale Xie XiuQi
@ 2013-09-17  9:37 ` Xie XiuQi
  2013-09-17 10:37 ` Xie XiuQi
  1 sibling, 0 replies; 3+ messages in thread
From: Xie XiuQi @ 2013-09-17  9:37 UTC (permalink / raw
  To: John Stultz, Thomas Gleixner, Ingo Molnar; +Cc: linux-kernel@vger.kernel.org

Add cc John Stultz <john.stultz@linaro.org>

On 2013/9/17 17:11, Xie XiuQi wrote:
> The functions clocksource_updatefreq_hz() and clocksource_updatefreq_khz()
> do not exist. The proper ones are __clocksource_updatefreq_hz() and
> __clocksource_updatefreq_khz().
> 
> Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
> ---
>  kernel/time/clocksource.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
> index 50a8736..d2f6ddc 100644
> --- a/kernel/time/clocksource.c
> +++ b/kernel/time/clocksource.c
> @@ -714,7 +714,8 @@ static void clocksource_enqueue(struct clocksource *cs)
>   * This should only be called from the clocksource->enable() method.
>   *
>   * This *SHOULD NOT* be called directly! Please use the
> - * clocksource_updatefreq_hz() or clocksource_updatefreq_khz helper functions.
> + * __clocksource_updatefreq_hz() or __clocksource_updatefreq_khz helper
> + * functions.
>   */
>  void __clocksource_updatefreq_scale(struct clocksource *cs, u32 scale, u32 freq)
>  {
> 



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

* Re: clocksource: fix comment for __clocksource_updatefreq_scale
  2013-09-17  9:11 clocksource: fix comment for __clocksource_updatefreq_scale Xie XiuQi
  2013-09-17  9:37 ` Xie XiuQi
@ 2013-09-17 10:37 ` Xie XiuQi
  1 sibling, 0 replies; 3+ messages in thread
From: Xie XiuQi @ 2013-09-17 10:37 UTC (permalink / raw
  To: John Stultz, Thomas Gleixner, Ingo Molnar; +Cc: linux-kernel@vger.kernel.org

Oh, sorry, I lost the [PATCH] prefix on the Subject. Please ignore this
mail and I'll resend it soon.

On 2013/9/17 17:11, Xie XiuQi wrote:
> The functions clocksource_updatefreq_hz() and clocksource_updatefreq_khz()
> do not exist. The proper ones are __clocksource_updatefreq_hz() and
> __clocksource_updatefreq_khz().
> 
> Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
> ---
>  kernel/time/clocksource.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/kernel/time/clocksource.c b/kernel/time/clocksource.c
> index 50a8736..d2f6ddc 100644
> --- a/kernel/time/clocksource.c
> +++ b/kernel/time/clocksource.c
> @@ -714,7 +714,8 @@ static void clocksource_enqueue(struct clocksource *cs)
>   * This should only be called from the clocksource->enable() method.
>   *
>   * This *SHOULD NOT* be called directly! Please use the
> - * clocksource_updatefreq_hz() or clocksource_updatefreq_khz helper functions.
> + * __clocksource_updatefreq_hz() or __clocksource_updatefreq_khz helper
> + * functions.
>   */
>  void __clocksource_updatefreq_scale(struct clocksource *cs, u32 scale, u32 freq)
>  {
> 



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

end of thread, other threads:[~2013-09-17 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17  9:11 clocksource: fix comment for __clocksource_updatefreq_scale Xie XiuQi
2013-09-17  9:37 ` Xie XiuQi
2013-09-17 10:37 ` Xie XiuQi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.