[coreboot-gerrit] New patch to review for coreboot: northbridge/intel/i440bx: Align code

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Tue Mar 7 07:58:31 CET 2017


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18609

-gerrit

commit 6540aa13d46fc92e08085b39f74ce02152c5def2
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Mar 5 19:17:50 2017 +0100

    northbridge/intel/i440bx: Align code
    
    Change-Id: Idd4127f7491524121b4b65c6fb9511e2c8159912
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/northbridge/intel/i440bx/northbridge.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/i440bx/northbridge.c b/src/northbridge/intel/i440bx/northbridge.c
index 12ff37b..b8b8394 100644
--- a/src/northbridge/intel/i440bx/northbridge.c
+++ b/src/northbridge/intel/i440bx/northbridge.c
@@ -78,7 +78,7 @@ static struct device_operations pci_domain_ops = {
 	.enable_resources	= NULL,
 	.init			= NULL,
 	.scan_bus		= pci_domain_scan_bus,
-	.ops_pci_bus	= pci_bus_default_ops,
+	.ops_pci_bus		= pci_bus_default_ops,
 };
 
 static void cpu_bus_init(device_t dev)



More information about the coreboot-gerrit mailing list