All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ferron <chris.e.ferron at linux.intel.com>
To: powertop@lists.01.org
Subject: Re: [Powertop] [PATCH] cpu: Fix typo on freq_class
Date: Fri, 21 Sep 2012 07:50:58 -0700	[thread overview]
Message-ID: <505C7ED2.80607@linux.intel.com> (raw)
In-Reply-To: 1348155305-3313-1-git-send-email-namhyung@gmail.com

[-- 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


             reply	other threads:[~2012-09-21 14:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-21 14:50 Chris Ferron [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-09-20 15:35 [Powertop] [PATCH] cpu: Fix typo on freq_class Namhyung Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=505C7ED2.80607@linux.intel.com \
    --to=powertop@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.