[coreboot] r3874 - trunk/coreboot-v2/src/arch/i386/boot
svn at coreboot.org
svn at coreboot.org
Tue Jan 20 20:17:51 CET 2009
Author: stepan
Date: 2009-01-20 20:17:51 +0100 (Tue, 20 Jan 2009)
New Revision: 3874
Modified:
trunk/coreboot-v2/src/arch/i386/boot/acpi.c
Log:
fix coding style (trivial)
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>
Modified: trunk/coreboot-v2/src/arch/i386/boot/acpi.c
===================================================================
--- trunk/coreboot-v2/src/arch/i386/boot/acpi.c 2009-01-20 19:17:11 UTC (rev 3873)
+++ trunk/coreboot-v2/src/arch/i386/boot/acpi.c 2009-01-20 19:17:51 UTC (rev 3874)
@@ -65,7 +65,8 @@
printk_warning("ACPI: could not add ACPI table to RSDT. failed.\n");
}
-int acpi_create_mcfg_mmconfig(acpi_mcfg_mmconfig_t *mmconfig, u32 base, u16 seg_nr, u8 start, u8 end) {
+int acpi_create_mcfg_mmconfig(acpi_mcfg_mmconfig_t *mmconfig, u32 base, u16 seg_nr, u8 start, u8 end)
+{
mmconfig->base_address = base;
mmconfig->base_reserved = 0;
mmconfig->pci_segment_group_number = seg_nr;
More information about the coreboot
mailing list