efi/tpm: Fix typo in grub_efi_tpm2_protocol struct
Rename get_active_pcr_blanks() to get_active_pcr_banks(). Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
c386331364
commit
1e81bf6d2d
1 changed files with 4 additions and 4 deletions
|
@ -176,7 +176,7 @@ struct grub_efi_tpm2_protocol
|
||||||
OutputParameterBlockSize,
|
OutputParameterBlockSize,
|
||||||
grub_efi_uint8_t *
|
grub_efi_uint8_t *
|
||||||
OutputParameterBlock);
|
OutputParameterBlock);
|
||||||
grub_efi_status_t (*get_active_pcr_blanks) (struct grub_efi_tpm2_protocol *
|
grub_efi_status_t (*get_active_pcr_banks) (struct grub_efi_tpm2_protocol *
|
||||||
this,
|
this,
|
||||||
grub_efi_uint32_t *
|
grub_efi_uint32_t *
|
||||||
ActivePcrBanks);
|
ActivePcrBanks);
|
||||||
|
|
Loading…
Reference in a new issue