From 44765e7c14ca989be3a170f39b37403646a1b4f8 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Sat, 16 Jul 2011 23:31:13 +1000 Subject: [PATCH] Cc: Andrew Worsley Cc: Phil Carmody Cc: Sameer Nanda Cc: David Daney Signed-off-by: Andrew Morton --- init/calibrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/calibrate.c b/init/calibrate.c index ba01165d23aa..a2da1508a166 100644 --- a/init/calibrate.c +++ b/init/calibrate.c @@ -254,7 +254,7 @@ void __cpuinit calibrate_delay(void) if (per_cpu(cpu_loops_per_jiffy, this_cpu)) { loops_per_jiffy = per_cpu(cpu_loops_per_jiffy, this_cpu); pr_info("Calibrating delay loop (skipped) " - "already calibrated this CPU previously.. "); + "already calibrated this CPU"); } else if (preset_lpj) { lpj = preset_lpj; if (!printed) -- 2.39.5