ACK: [PATCH] fwts_uefi: Fixing tiny typos in the uefi driver

ivanhu ivan.hu at canonical.com
Tue Jun 19 02:55:56 UTC 2018



On 06/13/2018 02:34 PM, Colin King wrote:
> From: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre at canonical.com>
>
> Minor typo fixes
>
> Signed-off-by: Mathieu Trudel-Lapierre <mathieu.trudel-lapierre at canonical.com>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/lib/src/fwts_uefi.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/lib/src/fwts_uefi.c b/src/lib/src/fwts_uefi.c
> index 544145fa..e200904d 100644
> --- a/src/lib/src/fwts_uefi.c
> +++ b/src/lib/src/fwts_uefi.c
> @@ -506,13 +506,13 @@ char *fwts_uefi_attribute_info(uint32_t attr)
>  	if (attr & FWTS_UEFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) {
>  		if (*str)
>  			strcat(str, ",");
> -		strcat(str, "AuthenicatedWrite");
> +		strcat(str, "AuthenticatedWrite");
>  	}
>  
>  	if (attr & FWTS_UEFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS) {
>  		if (*str)
>  			strcat(str, ",");
> -		strcat(str, "TimeBaseAuthenicatedWrite");
> +		strcat(str, "TimeBasedAuthenticatedWrite");
>  	}
>  
>  	return str;

Acked-by: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180619/5ee8fff7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180619/5ee8fff7/attachment.sig>


More information about the fwts-devel mailing list