summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/myst/variants/baseboard/include/baseboard/ec.h2
-rw-r--r--src/mainboard/google/poppy/romstage.c2
-rw-r--r--src/mainboard/google/skyrim/variants/baseboard/include/baseboard/ec.h2
-rw-r--r--src/mainboard/google/zork/variants/baseboard/include/baseboard/ec.h2
-rw-r--r--src/mainboard/google/zork/variants/morphius/include/variant/ec.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/google/myst/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/myst/variants/baseboard/include/baseboard/ec.h
index c6ab30f59de2..355f4dc5e772 100644
--- a/src/mainboard/google/myst/variants/baseboard/include/baseboard/ec.h
+++ b/src/mainboard/google/myst/variants/baseboard/include/baseboard/ec.h
@@ -68,7 +68,7 @@
#define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */
#define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */
#define SIO_EC_ENABLE_PS2K /* Enable PS/2 Keyboard */
-#define SIO_EC_PS2K_IRQ Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {1}
+#define SIO_EC_PS2K_IRQ Interrupt(ResourceConsumer, Level, ActiveLow, Shared) {1}
/* Enable EC sync interrupt */
#define EC_ENABLE_SYNC_IRQ_GPIO
diff --git a/src/mainboard/google/poppy/romstage.c b/src/mainboard/google/poppy/romstage.c
index f73ca5f93f2f..071aac20c3b5 100644
--- a/src/mainboard/google/poppy/romstage.c
+++ b/src/mainboard/google/poppy/romstage.c
@@ -68,7 +68,7 @@ static void mainboard_print_spd_info(const uint8_t *spd, enum memory_type type)
char spd_name[SPD_PART_LEN+1] = { 0 };
const struct dram_info *info = &spd_info[type];
- assert (info->type_code == spd[SPD_DRAM_TYPE_OFF]);
+ assert(info->type_code == spd[SPD_DRAM_TYPE_OFF]);
/* Module type */
printk(BIOS_INFO, "SPD: module type is %s\n", info->str);
diff --git a/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/ec.h
index c04cc5b583f6..4c4fe96a37da 100644
--- a/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/ec.h
+++ b/src/mainboard/google/skyrim/variants/baseboard/include/baseboard/ec.h
@@ -68,7 +68,7 @@
#define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */
#define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */
#define SIO_EC_ENABLE_PS2K /* Enable PS/2 Keyboard */
-#define SIO_EC_PS2K_IRQ Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {1}
+#define SIO_EC_PS2K_IRQ Interrupt(ResourceConsumer, Level, ActiveLow, Shared) {1}
/* Enable EC sync interrupt */
#define EC_ENABLE_SYNC_IRQ_GPIO
diff --git a/src/mainboard/google/zork/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/zork/variants/baseboard/include/baseboard/ec.h
index 5c767aacc500..b28a4894c490 100644
--- a/src/mainboard/google/zork/variants/baseboard/include/baseboard/ec.h
+++ b/src/mainboard/google/zork/variants/baseboard/include/baseboard/ec.h
@@ -61,7 +61,7 @@
#define SIO_EC_MEMMAP_ENABLE /* EC Memory Map Resources */
#define SIO_EC_HOST_ENABLE /* EC Host Interface Resources */
#define SIO_EC_ENABLE_PS2K /* Enable PS/2 Keyboard */
-#define SIO_EC_PS2K_IRQ Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {1}
+#define SIO_EC_PS2K_IRQ Interrupt(ResourceConsumer, Level, ActiveLow, Shared) {1}
/*
* Enable EC sync interrupt via GPIO controller, EC_SYNC_IRQ is defined in
diff --git a/src/mainboard/google/zork/variants/morphius/include/variant/ec.h b/src/mainboard/google/zork/variants/morphius/include/variant/ec.h
index 4dc208fd6dfe..2027a5c8daea 100644
--- a/src/mainboard/google/zork/variants/morphius/include/variant/ec.h
+++ b/src/mainboard/google/zork/variants/morphius/include/variant/ec.h
@@ -4,7 +4,7 @@
/* Enable PS/2 Mouse */
#define SIO_EC_ENABLE_PS2M
-#define SIO_EC_PS2M_IRQ Interrupt (ResourceConsumer, Level, ActiveLow, Shared) {12}
+#define SIO_EC_PS2M_IRQ Interrupt(ResourceConsumer, Level, ActiveLow, Shared) {12}
#undef MAINBOARD_EC_S3_WAKE_EVENTS
#undef MAINBOARD_EC_S3_DEVICE_EVENTS