Messages in this thread Patch in this message |  | | From | Jason Gaston <> | | Subject | [PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs | | Date | Fri, 7 Sep 2007 17:21:03 -0700 |
| |
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[] = { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |