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

Colin King colin.king at canonical.com
Sat Jun 15 08:47:48 UTC 2013


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




More information about the fwts-devel mailing list