All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] speedstep-centrino: missing space and bracket
@ 2006-12-20 13:11 Brice Goglin
  0 siblings, 0 replies; only message in thread
From: Brice Goglin @ 2006-12-20 13:11 UTC (permalink / raw)
  To: Venkatesh Pallipadi, Dave Jones, LKML

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

Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
---
 arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: linux-rc/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c
===================================================================
--- linux-rc.orig/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c	2006-12-20 13:35:56.000000000 +0100
+++ linux-rc/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c	2006-12-20 13:41:44.000000000 +0100
@@ -533,9 +533,9 @@
 
 	/* 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;
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-20 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-20 13:11 [PATCH] speedstep-centrino: missing space and bracket Brice Goglin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.