Re: [PATCH] clocksource: fix comment for __clocksource_updatefreq_scale

2013-09-17 Thread Xie XiuQi
On 2013/9/18 2:57, Thomas Gleixner wrote: > On Tue, 17 Sep 2013, 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(). > > I'd rather rename the

Re: [PATCH] clocksource: fix comment for __clocksource_updatefreq_scale

2013-09-17 Thread Thomas Gleixner
On Tue, 17 Sep 2013, 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(). I'd rather rename the functions and the few call sites because the

[PATCH] clocksource: fix comment for __clocksource_updatefreq_scale

2013-09-17 Thread Xie XiuQi
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

[PATCH] clocksource: fix comment for __clocksource_updatefreq_scale

2013-09-17 Thread Xie XiuQi
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 xiexi...@huawei.com --- kernel/time/clocksource.c | 3 ++- 1 file changed, 2 insertions(+), 1

Re: [PATCH] clocksource: fix comment for __clocksource_updatefreq_scale

2013-09-17 Thread Thomas Gleixner
On Tue, 17 Sep 2013, 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(). I'd rather rename the functions and the few call sites because the underscores

Re: [PATCH] clocksource: fix comment for __clocksource_updatefreq_scale

2013-09-17 Thread Xie XiuQi
On 2013/9/18 2:57, Thomas Gleixner wrote: On Tue, 17 Sep 2013, 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(). I'd rather rename the functions