From 52da18a378d92ed2bce5a33b9655d8cd4ba50a1f Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Tue, 15 May 2018 11:57:02 +0200 Subject: tpm: fix spelling Fix following checkpatch.pl issues in TPM-related code: CHECK: '' may be misspelled - perhaps ''? Signed-off-by: Miquel Raynal Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- lib/tpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/tpm.c b/lib/tpm.c index 931b45301d6..e743935fd31 100644 --- a/lib/tpm.c +++ b/lib/tpm.c @@ -825,7 +825,7 @@ u32 tpm_terminate_auth_session(u32 auth_handle) 0x00, 0x00, 0x00, 0x00, /* parameter size */ 0x00, 0x00, 0x00, 0xba, /* TPM_COMMAND_CODE */ 0x00, 0x00, 0x00, 0x00, /* TPM_HANDLE */ - 0x00, 0x00, 0x00, 0x02, /* TPM_RESSOURCE_TYPE */ + 0x00, 0x00, 0x00, 0x02, /* TPM_RESOURCE_TYPE */ }; const size_t req_handle_offset = TPM_REQUEST_HEADER_LENGTH; u8 request[COMMAND_BUFFER_SIZE]; -- cgit v1.3.1