aboutsummaryrefslogtreecommitdiff
path: root/trace.c
diff options
context:
space:
mode:
authorZoran Markovic <zoran.markovic@linaro.org>2014-03-21 13:20:58 -0700
committerZoran Markovic <zoran.markovic@linaro.org>2014-03-23 22:14:48 -0700
commit13090980013c7355603f89b83b1ab781df416f29 (patch)
tree10c9621ca6e701a70bc30ed7744138c8b1fbd8b8 /trace.c
parentbd4b580bff175120a88e77462fb5f0194dd12753 (diff)
Fixed build warning on x86_64. Checkpatch cleanup.
Diffstat (limited to 'trace.c')
-rw-r--r--trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace.c b/trace.c
index f756c32..babdcff 100644
--- a/trace.c
+++ b/trace.c
@@ -52,7 +52,7 @@ int idlestat_init_trace(unsigned int duration)
* TRACE_IDLE_NRHITS_PER_SEC. Each state enter/exit line are
* 196 chars wide, so we have 2 x 196 x TRACE_IDLE_NRHITS_PER_SEC lines.
* For cpufreq, assume a 196-character line for each frequency change,
- * and expect a rate of TRACE_CPUFREQ_NRHITS_PER_SEC.
+ * and expect a rate of TRACE_CPUFREQ_NRHITS_PER_SEC.
* Divide by 2^10 to have Kb. We add 1Kb to be sure to round up.
*/