linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs
@ 2007-09-08  0:21 Jason Gaston
  2007-09-08 10:24 ` Alan Cox
  2007-09-20 21:15 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Jason Gaston @ 2007-09-08  0:21 UTC (permalink / raw)
  To: jgarzik, jason.d.gaston; +Cc: linux-ide, linux-kernel, htejun

This patch removes some incorrect formatting spaces and replaces them with tabs.

Signed-off-by: Jason Gaston <jason.d.gaston@intel.com>

--- linux-2.6.23-rc5/drivers/ata/ata_piix.c.orig	2007-09-07 17:11:55.000000000 -0700
+++ linux-2.6.23-rc5/drivers/ata/ata_piix.c	2007-09-07 17:13:24.000000000 -0700
@@ -445,15 +445,15 @@
 };
 
 static const struct piix_map_db tolapai_map_db = {
-        .mask = 0x3,
-        .port_enable = 0x3,
-        .map = {
-                /* PM   PS   SM   SS       MAP */
-                {  P0,  NA,  P1,  NA }, /* 00b */
-                {  RV,  RV,  RV,  RV }, /* 01b */
-                {  RV,  RV,  RV,  RV }, /* 10b */
-                {  RV,  RV,  RV,  RV },
-        },
+	.mask = 0x3,
+	.port_enable = 0x3,
+	.map = {
+		/* PM   PS   SM   SS       MAP */
+		{  P0,  NA,  P1,  NA }, /* 00b */
+		{  RV,  RV,  RV,  RV }, /* 01b */
+		{  RV,  RV,  RV,  RV }, /* 10b */
+		{  RV,  RV,  RV,  RV },
+	},
 };
 
 static const struct piix_map_db *piix_map_db_table[] = {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-20 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-08  0:21 [PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs Jason Gaston
2007-09-08 10:24 ` Alan Cox
2007-09-20 21:15 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).