[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200709071721.04170.jason.d.gaston@intel.com>
Date: Fri, 7 Sep 2007 17:21:03 -0700
From: Jason Gaston <jason.d.gaston@...el.com>
To: jgarzik@...ox.com, jason.d.gaston@...el.com
Cc: linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
htejun@...il.com
Subject: [PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs
This patch removes some incorrect formatting spaces and replaces them with tabs.
Signed-off-by: Jason Gaston <jason.d.gaston@...el.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[] = {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists