diff mbox

cpu: cpufreq: remove the time to run from the description

Message ID 1371286068-23549-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King June 15, 2013, 8:47 a.m. UTC
From: Colin Ian King <colin.king@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@canonical.com>
---
 src/cpu/cpufreq/cpufreq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung June 17, 2013, 2:56 a.m. UTC | #1
On 06/15/2013 04:47 PM, Colin King wrote:
> From: Colin Ian King <colin.king@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@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@canonical.com>
Keng-Yu Lin June 19, 2013, 7:27 a.m. UTC | #2
On Sat, Jun 15, 2013 at 4:47 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@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@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
>  };
>
> --
> 1.8.3.1
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

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
 };