commit | 183638f021c22cbd8cd30e0affd96fbcc8555776 | [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 | 0a36560fe28b6a4e9cc6fe60b8ff3968417a67f9 [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/bl1/bl1_fwu.c b/bl1/bl1_fwu.c index b70bffd..6d4dc7e 100644 --- a/bl1/bl1_fwu.c +++ b/bl1/bl1_fwu.c
@@ -420,7 +420,7 @@ * Image is in RESET state. * Check the parameters and authenticate the source image in place. */ - if (bl1_plat_mem_check(image_src, image_size, \ + if (bl1_plat_mem_check(image_src, image_size, desc->ep_info.h.attr) != 0) { WARN("BL1-FWU: Authentication arguments source/size not mapped\n"); return -ENOMEM;