diff options
| author | Miquel Raynal <[email protected]> | 2018-05-15 11:57:02 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-25 08:12:40 -0400 |
| commit | 52da18a378d92ed2bce5a33b9655d8cd4ba50a1f (patch) | |
| tree | 6ab8c699da732e65f731df8a6923cd9139d68809 /lib | |
| parent | fded837fd996880fd051e0ee0dbeee344cd084d2 (diff) | |
tpm: fix spelling
Fix following checkpatch.pl issues in TPM-related code:
CHECK: '<x>' may be misspelled - perhaps '<y>'?
Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |
