ACK: [PATCH] cpu: cpufreq: remove the time to run from the description

Alex Hung alex.hung at canonical.com
Mon Jun 17 02:56:40 UTC 2013


On 06/15/2013 04:47 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> I don't think we need the time to run in the test description,
> so I'm removing it.
>
> 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 b5c0a58..6f77416 100644
> --- a/src/cpu/cpufreq/cpufreq.c
> +++ b/src/cpu/cpufreq/cpufreq.c
> @@ -722,7 +722,7 @@ static fwts_framework_minor_test cpufreq_tests[] = {
>
>   static fwts_framework_ops cpufreq_ops = {
>   	.init        = cpufreq_init,
> -	.description = "CPU frequency scaling tests (takes ~1-2 mins).",
> +	.description = "CPU frequency scaling tests.",
>   	.minor_tests = cpufreq_tests
>   };
>
>

Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list