Re: [PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs

2007-09-20 Thread Jeff Garzik

Jason Gaston wrote:

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

Signed-off-by: Jason Gaston [EMAIL PROTECTED]


applied


-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs

2007-09-08 Thread Alan Cox
On Fri, 7 Sep 2007 17:21:03 -0700
Jason Gaston [EMAIL PROTECTED] wrote:

 This patch removes some incorrect formatting spaces and replaces them with 
 tabs.
 
 Signed-off-by: Jason Gaston [EMAIL PROTECTED]
 


Reviewed-by: Alan Cox [EMAIL PROTECTED]

-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs

2007-09-07 Thread Jason Gaston
This patch removes some incorrect formatting spaces and replaces them with tabs.

Signed-off-by: Jason Gaston [EMAIL PROTECTED]

--- linux-2.6.23-rc5/drivers/ata/ata_piix.c.orig2007-09-07 
17:11:55.0 -0700
+++ linux-2.6.23-rc5/drivers/ata/ata_piix.c 2007-09-07 17:13:24.0 
-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[] = {
-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html