Browse Source

[CPUFREQ] Whitespace fixup

Signed-off-by: Dave Jones <davej@redhat.com>
Dave Jones 18 years ago
parent
commit
c18a1483f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/cpufreq/cpufreq_ondemand.c

+ 1 - 1
drivers/cpufreq/cpufreq_ondemand.c

@@ -470,7 +470,7 @@ static inline void dbs_timer_init(struct cpu_dbs_info_s *dbs_info)
 	int delay = usecs_to_jiffies(dbs_tuners_ins.sampling_rate);
 	delay -= jiffies % delay;
 
- 	dbs_info->enable = 1;
+	dbs_info->enable = 1;
 	ondemand_powersave_bias_init();
 	dbs_info->sample_type = DBS_NORMAL_SAMPLE;
 	INIT_DELAYED_WORK_NAR(&dbs_info->work, do_dbs_timer);