From 9adf2aa24307937380debb703ac07b8093a25f61 Mon Sep 17 00:00:00 2001 From: Joel Kitching Date: Tue, 20 Aug 2019 17:43:50 +0800 Subject: vboot: fix up some headers, includes, comments, spacing BUG=b:124141368 TEST=make clean && make runtests BRANCH=none Change-Id: Id97f544da845f7070555e5e8cc6e782b2d45c300 Signed-off-by: Joel Kitching Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/1758151 Tested-by: Joel Kitching Reviewed-by: Joel Kitching Commit-Queue: Joel Kitching --- firmware/2lib/include/2common.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/2lib/include/2common.h') diff --git a/firmware/2lib/include/2common.h b/firmware/2lib/include/2common.h index ccc0bfc4..d49074f8 100644 --- a/firmware/2lib/include/2common.h +++ b/firmware/2lib/include/2common.h @@ -5,8 +5,8 @@ * Common functions between firmware and kernel verified boot. */ -#ifndef VBOOT_REFERENCE_VBOOT_2COMMON_H_ -#define VBOOT_REFERENCE_VBOOT_2COMMON_H_ +#ifndef VBOOT_REFERENCE_2COMMON_H_ +#define VBOOT_REFERENCE_2COMMON_H_ #include "2api.h" #include "2gbb.h" @@ -261,4 +261,4 @@ int vb2_verify_packed_key_inside(const void *parent, uint32_t parent_size, const struct vb2_packed_key *key); -#endif /* VBOOT_REFERENCE_VBOOT_2COMMON_H_ */ +#endif /* VBOOT_REFERENCE_2COMMON_H_ */ -- cgit v1.2.1