2007-09-08 00:19:01

by Gaston, Jason D

[permalink] [raw]
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 <[email protected]>

--- 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[] = {


2007-09-08 10:16:19

by Alan

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

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]>

2007-09-20 21:15:45

by Jeff Garzik

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

Jason Gaston wrote:
> This patch removes some incorrect formatting spaces and replaces them with tabs.
>
> Signed-off-by: Jason Gaston <[email protected]>

applied