Commit e2d352af authored by Jason Gaston's avatar Jason Gaston Committed by Jeff Garzik

ata_piix: replace spaces with tabs

This patch removes some incorrect formatting spaces and replaces them with tabs.
Signed-off-by: default avatarJason Gaston <jason.d.gaston@intel.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 7120165c
...@@ -437,15 +437,15 @@ static const struct piix_map_db ich8_map_db = { ...@@ -437,15 +437,15 @@ static const struct piix_map_db ich8_map_db = {
}; };
static const struct piix_map_db tolapai_map_db = { static const struct piix_map_db tolapai_map_db = {
.mask = 0x3, .mask = 0x3,
.port_enable = 0x3, .port_enable = 0x3,
.map = { .map = {
/* PM PS SM SS MAP */ /* PM PS SM SS MAP */
{ P0, NA, P1, NA }, /* 00b */ { P0, NA, P1, NA }, /* 00b */
{ RV, RV, RV, RV }, /* 01b */ { RV, RV, RV, RV }, /* 01b */
{ RV, RV, RV, RV }, /* 10b */ { RV, RV, RV, RV }, /* 10b */
{ RV, RV, RV, RV }, { RV, RV, RV, RV },
}, },
}; };
static const struct piix_map_db *piix_map_db_table[] = { static const struct piix_map_db *piix_map_db_table[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment