[coreboot-gerrit] Patch set updated for coreboot: 14aaad9 qemu: i440fx whitespace fixup

Gerd Hoffmann (kraxel@redhat.com) gerrit at coreboot.org
Mon Jun 17 10:40:52 CEST 2013


Gerd Hoffmann (kraxel at redhat.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3488

-gerrit

commit 14aaad9440b1edb8d76df458a65dd8638168335f
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Jun 17 10:03:17 2013 +0200

    qemu: i440fx whitespace fixup
    
    Change-Id: I0d499027ffb175638cba0a9830d6ec2041a139db
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 src/mainboard/emulation/qemu-i440fx/mainboard.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/mainboard/emulation/qemu-i440fx/mainboard.c b/src/mainboard/emulation/qemu-i440fx/mainboard.c
index f651b99..90ad2db 100644
--- a/src/mainboard/emulation/qemu-i440fx/mainboard.c
+++ b/src/mainboard/emulation/qemu-i440fx/mainboard.c
@@ -51,10 +51,10 @@ static void qemu_nb_init(device_t dev)
 }
 
 static struct device_operations nb_operations = {
- 	.read_resources   = pci_dev_read_resources,
- 	.set_resources    = pci_dev_set_resources,
- 	.enable_resources = pci_dev_enable_resources,
- 	.init             = qemu_nb_init,
+	.read_resources   = pci_dev_read_resources,
+	.set_resources    = pci_dev_set_resources,
+	.enable_resources = pci_dev_enable_resources,
+	.init             = qemu_nb_init,
 	.ops_pci          = 0,
 };
 



More information about the coreboot-gerrit mailing list