northbridge/amd/agesa: Improve code formatting

Change-Id: If700dc5fa9ae33649993557f71db0fe1eb76204b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16634
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2016-09-18 08:50:54 +02:00 committed by Patrick Georgi
parent 9309552068
commit 1d8daa66ee
15 changed files with 130 additions and 135 deletions

View File

@ -506,8 +506,7 @@ static void amdfam10_create_vga_resource(device_t dev, unsigned nodeid)
link->secondary,link->subordinate);
/* We need to make sure the vga_pri is under the link */
if ((vga_pri->bus->secondary >= link->secondary) &&
(vga_pri->bus->secondary <= link->subordinate )
)
(vga_pri->bus->secondary <= link->subordinate))
#endif
break;
}

View File

@ -411,8 +411,7 @@ static void create_vga_resource(device_t dev, unsigned nodeid)
link->secondary,link->subordinate);
/* We need to make sure the vga_pri is under the link */
if ((vga_pri->bus->secondary >= link->secondary) &&
(vga_pri->bus->secondary <= link->subordinate )
)
(vga_pri->bus->secondary <= link->subordinate))
#endif
break;
}

View File

@ -411,8 +411,7 @@ static void create_vga_resource(struct device *dev, unsigned nodeid)
link->secondary,link->subordinate);
/* We need to make sure the vga_pri is under the link */
if ((vga_pri->bus->secondary >= link->secondary) &&
(vga_pri->bus->secondary <= link->subordinate )
)
(vga_pri->bus->secondary <= link->subordinate))
#endif
break;
}

View File

@ -410,8 +410,7 @@ static void create_vga_resource(device_t dev, unsigned nodeid)
link->secondary,link->subordinate);
/* We need to make sure the vga_pri is under the link */
if ((vga_pri->bus->secondary >= link->secondary) &&
(vga_pri->bus->secondary <= link->subordinate )
)
(vga_pri->bus->secondary <= link->subordinate))
#endif
break;
}

View File

@ -410,8 +410,7 @@ static void create_vga_resource(device_t dev, unsigned nodeid)
link->secondary,link->subordinate);
/* We need to make sure the vga_pri is under the link */
if ((vga_pri->bus->secondary >= link->secondary) &&
(vga_pri->bus->secondary <= link->subordinate )
)
(vga_pri->bus->secondary <= link->subordinate))
#endif
break;
}