commit | 1c8a2e8f492469d393ccd8defc1c93f9d6740543 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Thu Nov 07 06:10:56 2024 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Thu Nov 07 06:10:56 2024 +0000 |
tree | d72505b4fa803c91d34fe31d5bf3325842b34329 | |
parent | 67b5aa3a0c3d501417fce5edf0c9006e7d856735 [diff] [blame] |
chore: fix checkpatch errors in codebase Change-Id: I7e5cf99341e1d8699a114ec87d0395ce95d72c30 Signed-off-by: Soby Mathew <soby.mathew@arm.com>
diff --git a/lib/attestation/src/attestation_utils.c b/lib/attestation/src/attestation_utils.c index 72a8d56..aab0553 100644 --- a/lib/attestation/src/attestation_utils.c +++ b/lib/attestation/src/attestation_utils.c
@@ -112,7 +112,7 @@ /* Disable Data Independent Timing feature */ write_dit(0x0); -attest_init_fail : +attest_init_fail: buffer_alloc_ctx_unassign(); return ret; }