From 7340217262759c3daab41466138ba7d40a8f13d5 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Fri, 10 Mar 2017 15:23:24 -0800 Subject: src/lib: Wrap lines at 80 columns Fix the following warning detected by checkpatch.pl: WARNING: line over 80 characters TEST=Build and run on Galileo Gen2 Change-Id: I5fa3f8e950e2f0c60bd0e8f030342dc8c0469299 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/18758 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/lib/tpm_error_messages.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'src/lib/tpm_error_messages.h') diff --git a/src/lib/tpm_error_messages.h b/src/lib/tpm_error_messages.h index f9a968f25d..ac7cd4e859 100644 --- a/src/lib/tpm_error_messages.h +++ b/src/lib/tpm_error_messages.h @@ -65,7 +65,8 @@ physical access"}, {"TPM_OWNER_SET", TPM_E_BASE + 20, "There is already an Owner"}, {"TPM_RESOURCES", TPM_E_BASE + 21, - "The TPM has insufficient internal resources to perform the requested action"}, + "The TPM has insufficient internal resources to perform the requested \ +action"}, {"TPM_SHORTRANDOM", TPM_E_BASE + 22, "A random string was too short"}, {"TPM_SIZE", TPM_E_BASE + 23, @@ -133,16 +134,19 @@ was returning a failure code also"}, "TPM audit construction failed and the underlying command\n\ was returning success"}, {"TPM_NOTRESETABLE", TPM_E_BASE + 50, - "Attempt to reset a PCR register that does not have the resettable attribute"}, + "Attempt to reset a PCR register that does not have the resettable \ +attribute"}, {"TPM_NOTLOCAL", TPM_E_BASE + 51, "Attempt to reset a PCR register that requires locality\n\ and locality modifier not part of command transport"}, {"TPM_BAD_TYPE", TPM_E_BASE + 52, "Make identity blob not properly typed"}, {"TPM_INVALID_RESOURCE", TPM_E_BASE + 53, - "When saving context identified resource type does not match actual resource"}, + "When saving context identified resource type does not match actual \ +resource"}, {"TPM_NOTFIPS", TPM_E_BASE + 54, - "The TPM is attempting to execute a command only available when in FIPS mode"}, + "The TPM is attempting to execute a command only available when in \ +FIPS mode"}, {"TPM_INVALID_FAMILY", TPM_E_BASE + 55, "The command is attempting to use an invalid family ID"}, {"TPM_NO_NV_PERMISSION", TPM_E_BASE + 56, @@ -191,7 +195,8 @@ by the TPM Owner"}, {"TPM_DELEGATE_ADMIN", TPM_E_BASE + 77, "Delegation table management not enabled"}, {"TPM_TRANSPORT_NOTEXCLUSIVE", TPM_E_BASE + 78, - "There was a command executed outside of an exclusive transport session"}, + "There was a command executed outside of an exclusive transport \ +session"}, {"TPM_OWNER_CONTROL", TPM_E_BASE + 79, "Attempt to context save a owner evict controlled key"}, {"TPM_DAA_RESOURCES", TPM_E_BASE + 80, -- cgit v1.2.3