aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-09-27 17:45:04 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-09-28 16:12:24 +0000
commitbdef1cdebdbeddb0a2600851846815b6b9f141ad (patch)
tree7e4b91050f3aacefd92a64a7adc3a85dc73d3ac7 /src
parent5899b0d2b94d821ed18e272ab1c595583348eb29 (diff)
include/reg_script.h: Remove trailing semicolon
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: Ib2c1738b7b6a6db1fa57ea34fb50588388140a51 Reviewed-on: https://review.coreboot.org/c/coreboot/+/67911 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src')
-rw-r--r--src/include/reg_script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/reg_script.h b/src/include/reg_script.h
index aa6bf80fa5..38a80aa7e7 100644
--- a/src/include/reg_script.h
+++ b/src/include/reg_script.h
@@ -104,7 +104,7 @@ struct reg_script_bus_entry {
#define REG_SCRIPT_BUS_ENTRY(bus_entry_) \
const struct reg_script_bus_entry *rsbe_ ## bus_entry_ \
- REG_SCRIPT_TABLE_ATTRIBUTE = &bus_entry_;
+ REG_SCRIPT_TABLE_ATTRIBUTE = &bus_entry_
/* Internal helper Macros. */