Commit d349c4a5 authored by Brice Goglin's avatar Brice Goglin Committed by Dave Jones

[CPUFREQ] speedstep-centrino: missing space and bracket

A space and a bracket are missing (and indentation is wrong).
Signed-off-by: default avatarBrice Goglin <Brice.Goglin@ens-lyon.org>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 8edc59d9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment