commit | 9a90d720b8a027f11dc2d1b316f5df5318b0d367 | [log] [tgz] |
---|---|---|
author | Elyes Haouas <ehaouas@noos.fr> | Mon Feb 13 10:05:41 2023 +0100 |
committer | Elyes HAOUAS <ehaouas@noos.fr> | Thu Mar 09 14:59:08 2023 +0100 |
tree | 3d2ab6869dc25a5d11365cf82a1e0f90526b213c | |
parent | 1fc7106ce1f49982712d069c5c04dcf937725746 [diff] [blame] |
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 <ehaouas@noos.fr> Change-Id: I7957c9694300fefb85d11f7819c43af95271f14c
diff --git a/include/lib/el3_runtime/aarch32/context.h b/include/lib/el3_runtime/aarch32/context.h index 5604c8e..df77c0f 100644 --- a/include/lib/el3_runtime/aarch32/context.h +++ b/include/lib/el3_runtime/aarch32/context.h
@@ -62,7 +62,7 @@ * ensure that the assembler and the compiler view of the offsets of * the structure members is the same. */ -CASSERT(CTX_REGS_OFFSET == __builtin_offsetof(cpu_context_t, regs_ctx), \ +CASSERT(CTX_REGS_OFFSET == __builtin_offsetof(cpu_context_t, regs_ctx), assert_core_context_regs_offset_mismatch); #endif /* __ASSEMBLER__ */