All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: len.brown@intel.com
Cc: linux-kernel@vger.kernel.org
Subject: processor_idle.c indentation fixes.
Date: Fri, 9 Sep 2005 19:38:32 -0400	[thread overview]
Message-ID: <20050909233832.GA2202@redhat.com> (raw)

processor_idle.c vs Lindent resulted in something of a trainwreck
with inconsistent whitespace.  This diff rearranges the
processor_power_dmi_table to look like it did before that accident,
and adds two additional BIOS's to the list as encountered by
Fedora users.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=165590

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6.13/drivers/acpi/processor_idle.c~	2005-09-09 19:24:25.000000000 -0400
+++ linux-2.6.13/drivers/acpi/processor_idle.c	2005-09-09 19:33:18.000000000 -0400
@@ -94,22 +94,27 @@ static int set_max_cstate(struct dmi_sys
 }
 
 static struct dmi_system_id __initdata processor_power_dmi_table[] = {
-	{set_max_cstate, "IBM ThinkPad R40e", {
-					       DMI_MATCH(DMI_BIOS_VENDOR,
-							 "IBM"),
-					       DMI_MATCH(DMI_BIOS_VERSION,
-							 "1SET60WW")},
+	{ set_max_cstate, "IBM ThinkPad R40e", {
+	 DMI_MATCH(DMI_BIOS_VENDOR, "IBM"),
+	 DMI_MATCH(DMI_BIOS_VERSION, "1SET60WW")},
 	 (void *)1},
+	{ set_max_cstate, "IBM ThinkPad R40e", {
+	 DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
+	 DMI_MATCH(DMI_BIOS_VERSION,"1SET61WW")},
+	 (void*)1},
+	{ set_max_cstate, "IBM ThinkPad R40e", {
+	 DMI_MATCH(DMI_BIOS_VENDOR,"IBM"),
+	 DMI_MATCH(DMI_BIOS_VERSION,"1SET68WW") },
+	 (void*)1},
+
 	{set_max_cstate, "Medion 41700", {
-					  DMI_MATCH(DMI_BIOS_VENDOR,
-						    "Phoenix Technologies LTD"),
-					  DMI_MATCH(DMI_BIOS_VERSION,
-						    "R01-A1J")}, (void *)1},
+	 DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
+	 DMI_MATCH(DMI_BIOS_VERSION, "R01-A1J")},
+	 (void *)1},
+
 	{set_max_cstate, "Clevo 5600D", {
-					 DMI_MATCH(DMI_BIOS_VENDOR,
-						   "Phoenix Technologies LTD"),
-					 DMI_MATCH(DMI_BIOS_VERSION,
-						   "SHE845M0.86C.0013.D.0302131307")},
+	 DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies LTD"),
+	 DMI_MATCH(DMI_BIOS_VERSION, "SHE845M0.86C.0013.D.0302131307")},
 	 (void *)2},
 	{},
 };

                 reply	other threads:[~2005-09-09 23:38 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=20050909233832.GA2202@redhat.com \
    --to=davej@redhat.com \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    /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 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.