[coreboot-gerrit] Change in coreboot[master]: arch/x86/include/arch: Remove space after __attribute__

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed May 16 12:31:40 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26321


Change subject: arch/x86/include/arch: Remove space after __attribute__
......................................................................

arch/x86/include/arch: Remove space after __attribute__

Change-Id: I7c74eff97580fbf39242f16dbdde98286678d596
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/arch/x86/include/arch/acpi.h
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/26321/1

diff --git a/src/arch/x86/include/arch/acpi.h b/src/arch/x86/include/arch/acpi.h
index 5480834..f5e2e81 100644
--- a/src/arch/x86/include/arch/acpi.h
+++ b/src/arch/x86/include/arch/acpi.h
@@ -423,7 +423,7 @@
 	struct acpi_table_header header;
 	uint32_t devices_offset;
 	uint32_t devices_count;
-} __attribute__ ((packed)) acpi_dbg2_header_t;
+} __attribute__((packed)) acpi_dbg2_header_t;
 
 /* DBG2: Microsoft Debug Port Table 2 device entry */
 typedef struct acpi_dbg2_device {
@@ -439,7 +439,7 @@
 	uint8_t  reserved[2];
 	uint16_t base_address_offset;
 	uint16_t address_size_offset;
-} __attribute__ ((packed)) acpi_dbg2_device_t;
+} __attribute__((packed)) acpi_dbg2_device_t;
 
 /* FADT (Fixed ACPI Description Table) */
 typedef struct acpi_fadt {

-- 
To view, visit https://review.coreboot.org/26321
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c74eff97580fbf39242f16dbdde98286678d596
Gerrit-Change-Number: 26321
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180516/2e06db68/attachment.html>


More information about the coreboot-gerrit mailing list