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

Change-Id: I7c74eff97580fbf39242f16dbdde98286678d596
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26321
Reviewed-by: Christoph Pomaska <cp_public@posteo.de>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2018-05-16 12:28:52 +02:00 committed by Martin Roth
parent 7731932937
commit a89b9cd493
1 changed files with 2 additions and 2 deletions

View File

@ -423,7 +423,7 @@ typedef struct acpi_dbg2_header {
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 @@ typedef struct acpi_dbg2_device {
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 {