public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Brice Goglin <Brice.Goglin@ens-lyon.org>
To: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>,
	Dave Jones <davej@redhat.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] speedstep-centrino: missing space and bracket
Date: Wed, 20 Dec 2006 14:11:21 +0100	[thread overview]
Message-ID: <45893679.8030604@ens-lyon.org> (raw)

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;
 



                 reply	other threads:[~2006-12-20 13:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45893679.8030604@ens-lyon.org \
    --to=brice.goglin@ens-lyon.org \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=venkatesh.pallipadi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox