grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 6/6] efi/tpm: Fix typo in grub_efi_tpm2_protocol struct


From: Javier Martinez Canillas
Subject: Re: [PATCH 6/6] efi/tpm: Fix typo in grub_efi_tpm2_protocol struct
Date: Thu, 28 May 2020 09:24:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0

On 5/25/20 9:02 PM, Daniel Kiper wrote:
> Rename get_active_pcr_blanks() to get_active_pcr_banks().
> 
> Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
> ---
>  include/grub/efi/tpm.h | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/include/grub/efi/tpm.h b/include/grub/efi/tpm.h
> index 3ea6b4de1..ec39725c0 100644
> --- a/include/grub/efi/tpm.h
> +++ b/include/grub/efi/tpm.h
> @@ -176,10 +176,10 @@ struct grub_efi_tpm2_protocol
>                                      OutputParameterBlockSize,
>                                      grub_efi_uint8_t *
>                                      OutputParameterBlock);
> -  grub_efi_status_t (*get_active_pcr_blanks) (struct grub_efi_tpm2_protocol *
> -                                           this,
> -                                           grub_efi_uint32_t *
> -                                           ActivePcrBanks);
> +  grub_efi_status_t (*get_active_pcr_banks) (struct grub_efi_tpm2_protocol *
> +                                          this,
> +                                          grub_efi_uint32_t *
> +                                          ActivePcrBanks);
>    grub_efi_status_t (*set_active_pcr_banks) (struct grub_efi_tpm2_protocol *
>                                            this,
>                                            grub_efi_uint32_t
> 

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>

Best regards,
-- 
Javier Martinez Canillas
Software Engineer - Desktop Hardware Enablement
Red Hat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]