From d3b2117f9abe2f7413f6315867ae3c3dbfaf5db1 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Wed, 4 Sep 2019 14:12:42 +0800 Subject: vboot: standardize on "keyblock" as one word Stardardize on inconsistency between "keyblock" and "key block" both in code, comments, and textual output. BUG=b:124141368, chromium:968464 TEST=make clean && make runtests BRANCH=none Change-Id: Ib8819a2426c1179286663f21f0d254f3de9d94a4 Signed-off-by: Joel Kitching Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1786385 Tested-by: Joel Kitching Reviewed-by: Joel Kitching Commit-Queue: Joel Kitching --- tests/vb21_common_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vb21_common_tests.c') diff --git a/tests/vb21_common_tests.c b/tests/vb21_common_tests.c index 16f8318f..797c934a 100644 --- a/tests/vb21_common_tests.c +++ b/tests/vb21_common_tests.c @@ -259,7 +259,7 @@ static void test_verify_keyblock(void) uint32_t buf_size; uint8_t *buf, *buf2; - uint8_t workbuf[VB2_KEY_BLOCK_VERIFY_WORKBUF_BYTES] + uint8_t workbuf[VB2_KEYBLOCK_VERIFY_WORKBUF_BYTES] __attribute__ ((aligned (VB2_WORKBUF_ALIGN))); struct vb2_workbuf wb; -- cgit v1.2.1