From 9a90d720b8a027f11dc2d1b316f5df5318b0d367 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 13 Feb 2023 10:05:41 +0100 Subject: style: remove useless trailing semicolon and line continuations found using checkpatch.pl[1] [1]: https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/lint/checkpatch.pl Signed-off-by: Elyes Haouas Change-Id: I7957c9694300fefb85d11f7819c43af95271f14c --- services/spd/opteed/opteed_private.h | 2 +- services/spd/tlkd/tlkd_private.h | 2 +- services/spd/tspd/tspd_private.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'services/spd') diff --git a/services/spd/opteed/opteed_private.h b/services/spd/opteed/opteed_private.h index ab6e4cd0a..c8fbc221f 100644 --- a/services/spd/opteed/opteed_private.h +++ b/services/spd/opteed/opteed_private.h @@ -114,7 +114,7 @@ DEFINE_REG_STRUCT(c_rt_regs, OPTEED_C_RT_CTX_ENTRIES); * have the same double word aligned view of the size of the C runtime * register context. */ -CASSERT(OPTEED_C_RT_CTX_SIZE == sizeof(c_rt_regs_t), \ +CASSERT(OPTEED_C_RT_CTX_SIZE == sizeof(c_rt_regs_t), assert_spd_c_rt_regs_size_mismatch); /******************************************************************************* diff --git a/services/spd/tlkd/tlkd_private.h b/services/spd/tlkd/tlkd_private.h index 5d5d0e859..ad36f5e4b 100644 --- a/services/spd/tlkd/tlkd_private.h +++ b/services/spd/tlkd/tlkd_private.h @@ -85,7 +85,7 @@ DEFINE_REG_STRUCT(c_rt_regs, TLKD_C_RT_CTX_ENTRIES); * have the same double word aligned view of the size of the C runtime * register context. */ -CASSERT(TLKD_C_RT_CTX_SIZE == sizeof(c_rt_regs_t), \ +CASSERT(TLKD_C_RT_CTX_SIZE == sizeof(c_rt_regs_t), assert_tlkd_c_rt_regs_size_mismatch); /******************************************************************************* diff --git a/services/spd/tspd/tspd_private.h b/services/spd/tspd/tspd_private.h index d6c03c973..043644a15 100644 --- a/services/spd/tspd/tspd_private.h +++ b/services/spd/tspd/tspd_private.h @@ -146,7 +146,7 @@ DEFINE_REG_STRUCT(c_rt_regs, TSPD_C_RT_CTX_ENTRIES); * have the same double word aligned view of the size of the C runtime * register context. */ -CASSERT(TSPD_C_RT_CTX_SIZE == sizeof(c_rt_regs_t), \ +CASSERT(TSPD_C_RT_CTX_SIZE == sizeof(c_rt_regs_t), assert_spd_c_rt_regs_size_mismatch); /* SEL1 Secure payload (SP) caller saved register context structure. */ @@ -157,7 +157,7 @@ DEFINE_REG_STRUCT(sp_ctx_regs, TSPD_SP_CTX_ENTRIES); * have the same double word aligned view of the size of the C runtime * register context. */ -CASSERT(TSPD_SP_CTX_SIZE == sizeof(sp_ctx_regs_t), \ +CASSERT(TSPD_SP_CTX_SIZE == sizeof(sp_ctx_regs_t), assert_spd_sp_regs_size_mismatch); /******************************************************************************* -- cgit v1.2.3