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] |
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/lib/locks/bakery/bakery_lock_normal.c b/lib/locks/bakery/bakery_lock_normal.c index faea6c5..3c03ae6 100644 --- a/lib/locks/bakery/bakery_lock_normal.c +++ b/lib/locks/bakery/bakery_lock_normal.c
@@ -44,7 +44,7 @@ * Using this value, if provided, rather than the linker generated value results in * more efficient code */ -CASSERT((PLAT_PERCPU_BAKERY_LOCK_SIZE & (CACHE_WRITEBACK_GRANULE - 1)) == 0, \ +CASSERT((PLAT_PERCPU_BAKERY_LOCK_SIZE & (CACHE_WRITEBACK_GRANULE - 1)) == 0, PLAT_PERCPU_BAKERY_LOCK_SIZE_not_cacheline_multiple); #define PERCPU_BAKERY_LOCK_SIZE (PLAT_PERCPU_BAKERY_LOCK_SIZE) #else