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/lib/tpm_lite/include/tpm_error_messages.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'firmware/lib/tpm_lite/include/tpm_error_messages.h') diff --git a/firmware/lib/tpm_lite/include/tpm_error_messages.h b/firmware/lib/tpm_lite/include/tpm_error_messages.h index 834ba2d0..ad2692c4 100644 --- a/firmware/lib/tpm_lite/include/tpm_error_messages.h +++ b/firmware/lib/tpm_lite/include/tpm_error_messages.h @@ -1,16 +1,15 @@ /* Copyright (c) 2010 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. - */ - -/* TPM error codes. + * + * TPM error codes. * * Copy-pasted and lightly edited from TCG TPM Main Part 2 TPM Structures * Version 1.2 Level 2 Revision 103 26 October 2006 Draft. */ -#ifndef TPM_ERROR_MESSAGES_H -#define TPM_ERROR_MESSAGES_H +#ifndef VBOOT_REFERENCE_TPM_ERROR_MESSAGES_H_ +#define VBOOT_REFERENCE_TPM_ERROR_MESSAGES_H_ #define TPM_E_BASE 0x0 #define TPM_E_NON_FATAL 0x800 @@ -247,4 +246,4 @@ because the ordinal required resources that have not been tested" }, time-out period" }, }; -#endif /* TPM_ERROR_MESSAGES_H */ +#endif /* VBOOT_REFERENCE_TPM_ERROR_MESSAGES_H_ */ -- cgit v1.2.1