Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752424Ab3IQKiM (ORCPT ); Tue, 17 Sep 2013 06:38:12 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:11847 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751970Ab3IQKiK (ORCPT ); Tue, 17 Sep 2013 06:38:10 -0400 Message-ID: <52383102.1070307@huawei.com> Date: Tue, 17 Sep 2013 18:37:54 +0800 From: Xie XiuQi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: John Stultz , Thomas Gleixner , Ingo Molnar CC: "linux-kernel@vger.kernel.org" Subject: Re: clocksource: fix comment for __clocksource_updatefreq_scale References: <52381CB4.9060802@huawei.com> In-Reply-To: <52381CB4.9060802@huawei.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.135.69.18] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1373 Lines: 35 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 > --- > 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) > { > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/