aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-05-15 11:57:02 +0200
committerTom Rini <trini@konsulko.com>2018-05-25 08:12:40 -0400
commit52da18a378d92ed2bce5a33b9655d8cd4ba50a1f (patch)
tree6ab8c699da732e65f731df8a6923cd9139d68809 /lib
parentfded837fd996880fd051e0ee0dbeee344cd084d2 (diff)
downloadu-boot-52da18a378d92ed2bce5a33b9655d8cd4ba50a1f.zip
u-boot-52da18a378d92ed2bce5a33b9655d8cd4ba50a1f.tar.gz
u-boot-52da18a378d92ed2bce5a33b9655d8cd4ba50a1f.tar.bz2
tpm: fix spelling
Fix following checkpatch.pl issues in TPM-related code: CHECK: '<x>' may be misspelled - perhaps '<y>'? Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/tpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpm.c b/lib/tpm.c
index 931b453..e743935 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];