On 09/20/2012 08:35 AM, Namhyung Kim wrote: > s/cpu_even_req/cpu_even_freq/ > > Signed-off-by: Namhyung Kim > --- > 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