dect
/
linux-2.6
Archived
13
0
Fork 0

[CPUFREQ] speedstep-centrino: missing space and bracket

A space and a bracket are missing (and indentation is wrong).

Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
Brice Goglin 2006-12-20 14:11:21 +01:00 committed by Dave Jones
parent 8edc59d939
commit d349c4a5ae
1 changed files with 3 additions and 3 deletions

View File

@ -533,9 +533,9 @@ static int centrino_cpu_init_acpi(struct cpufreq_policy *policy)
/* notify BIOS that we exist */
acpi_processor_notify_smm(THIS_MODULE);
printk("speedstep-centrino with X86_SPEEDSTEP_CENTRINO_ACPI"
"config is deprecated.\n "
"Use X86_ACPI_CPUFREQ (acpi-cpufreq instead.\n" );
printk("speedstep-centrino with X86_SPEEDSTEP_CENTRINO_ACPI "
"config is deprecated.\n "
"Use X86_ACPI_CPUFREQ (acpi-cpufreq) instead.\n" );
return 0;