forked from luck/tmp_suning_uos_patched
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@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
7120165cf3
commit
e2d352af6d
@ -437,15 +437,15 @@ static const struct piix_map_db ich8_map_db = {
|
||||
};
|
||||
|
||||
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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user