mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 04:17:09 +00:00
tpm: Fix spelling for tpmu_ha union
tmpu -> tpmu Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
e29b932aa0
commit
73f40716fb
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ struct tcg_pcr_event {
|
|||
/**
|
||||
* Definition of TPMU_HA Union
|
||||
*/
|
||||
union tmpu_ha {
|
||||
union tpmu_ha {
|
||||
u8 sha1[TPM2_SHA1_DIGEST_SIZE];
|
||||
u8 sha256[TPM2_SHA256_DIGEST_SIZE];
|
||||
u8 sm3_256[TPM2_SM3_256_DIGEST_SIZE];
|
||||
|
@ -185,7 +185,7 @@ union tmpu_ha {
|
|||
*/
|
||||
struct tpmt_ha {
|
||||
u16 hash_alg;
|
||||
union tmpu_ha digest;
|
||||
union tpmu_ha digest;
|
||||
} __packed;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue