From: Denys Vlasenko Date: Tue, 26 Oct 2010 22:04:50 +0000 (+0200) Subject: whitespace fix X-Git-Tag: 1_18_0~66^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4fa07bd8fafdd5eb64dfe11f43bb420aec5b5f50;p=oweals%2Fbusybox.git whitespace fix Signed-off-by: Denys Vlasenko --- diff --git a/procps/powertop.c b/procps/powertop.c index 8b03a4d12..5e028f074 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -689,8 +689,8 @@ static void show_timerstats(void) // no ACPI power usage estimate available // // Top causes for wakeups: -// 32.4% ( 26.7) : extra timer interrupt -// 29.0% ( 23.9) : hrtimer_start_range_ns (tick_sched_timer) +// 32.4% ( 26.7) : extra timer interrupt +// 29.0% ( 23.9) : hrtimer_start_range_ns (tick_sched_timer) // 9.0% ( 7.5) : hrtimer_start (tick_sched_timer) // 6.5% ( 5.3) : ata_piix // 5.0% ( 4.1) inetd : hrtimer_start_range_ns (hrtimer_wakeup)