[coreboot-gerrit] Patch set updated for coreboot: northbridge/intel/e7505/debug.c: Improve code formatting

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Tue Sep 20 19:28:47 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16588

-gerrit

commit 0e8ed091868a1fe9dbca56820aa705ecb51e6dbf
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Tue Sep 20 19:16:55 2016 +0200

    northbridge/intel/e7505/debug.c: Improve code formatting
    
    Change-Id: I63f58d95fa01b1f73f3620a5d13f21ef62e2404c
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/northbridge/intel/e7505/debug.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/northbridge/intel/e7505/debug.c b/src/northbridge/intel/e7505/debug.c
index d2536b5..e31106e 100644
--- a/src/northbridge/intel/e7505/debug.c
+++ b/src/northbridge/intel/e7505/debug.c
@@ -78,8 +78,8 @@ void dump_pci_devices_on_bus(unsigned busn)
 		uint32_t id;
 		id = pci_read_config32(dev, PCI_VENDOR_ID);
 		if (((id & 0xffff) == 0x0000) || ((id & 0xffff) == 0xffff) ||
-		        (((id >> 16) & 0xffff) == 0xffff) ||
-		        (((id >> 16) & 0xffff) == 0x0000)) {
+			(((id >> 16) & 0xffff) == 0xffff) ||
+			(((id >> 16) & 0xffff) == 0x0000)) {
 			continue;
 		}
 		dump_pci_device(dev);
@@ -156,7 +156,6 @@ void dump_smbus_registers(void)
 
 void dump_io_resources(unsigned port)
 {
-
 	int i;
 	printk(BIOS_DEBUG, "%04x:\n", port);
 	for (i = 0; i < 256; i++) {



More information about the coreboot-gerrit mailing list