* [Powertop] [PATCH] cpu: Fix typo on freq_class
@ 2012-09-20 15:35 Namhyung Kim
0 siblings, 0 replies; 2+ messages in thread
From: Namhyung Kim @ 2012-09-20 15:35 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 557 bytes --]
s/cpu_even_req/cpu_even_freq/
Signed-off-by: Namhyung Kim <namhyung(a)gmail.com>
---
src/cpu/cpu.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp
index cc37748..96e3888 100644
--- a/src/cpu/cpu.cpp
+++ b/src/cpu/cpu.cpp
@@ -385,7 +385,7 @@ static const char *freq_class(int line)
if (line & 1) {
return "cpu_odd_freq";
}
- return "cpu_even_req";
+ return "cpu_even_freq";
}
static int has_state_level(class abstract_cpu *acpu, int state, int line)
--
1.7.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Powertop] [PATCH] cpu: Fix typo on freq_class
@ 2012-09-21 14:50 Chris Ferron
0 siblings, 0 replies; 2+ messages in thread
From: Chris Ferron @ 2012-09-21 14:50 UTC (permalink / raw)
To: powertop
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
On 09/20/2012 08:35 AM, Namhyung Kim wrote:
> s/cpu_even_req/cpu_even_freq/
>
> Signed-off-by: Namhyung Kim <namhyung(a)gmail.com>
> ---
> src/cpu/cpu.cpp | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp
> index cc37748..96e3888 100644
> --- a/src/cpu/cpu.cpp
> +++ b/src/cpu/cpu.cpp
> @@ -385,7 +385,7 @@ static const char *freq_class(int line)
> if (line & 1) {
> return "cpu_odd_freq";
> }
> - return "cpu_even_req";
> + return "cpu_even_freq";
> }
>
> static int has_state_level(class abstract_cpu *acpu, int state, int line)
Your patch has been merged.
Thank You
-C
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-21 14:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 14:50 [Powertop] [PATCH] cpu: Fix typo on freq_class Chris Ferron
-- strict thread matches above, loose matches on Subject: below --
2012-09-20 15:35 Namhyung Kim
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.