[PATCH] cpu: cpufreq: re-phrase P-state coordination message
Keng-Yü Lin
keng-yu.lin at canonical.com
Wed Jun 19 07:26:39 UTC 2013
On Sat, Jun 15, 2013 at 4:39 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Minor re-phrasing.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/cpu/cpufreq/cpufreq.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/cpu/cpufreq/cpufreq.c b/src/cpu/cpufreq/cpufreq.c
> index fc81917..b5c0a58 100644
> --- a/src/cpu/cpufreq/cpufreq.c
> +++ b/src/cpu/cpufreq/cpufreq.c
> @@ -607,7 +607,7 @@ static void check_sw_any(fwts_framework *fw)
> fwts_progress(fw, 100 * performed_tests/total_tests);
> }
> if (!once)
> - fwts_passed(fw, "P-state coordination done by Hardware.");
> + fwts_passed(fw, "P-state coordination under hardware control.");
> }
> #endif
>
> --
> 1.8.3.1
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>
More information about the fwts-devel
mailing list