ACK: [PATCH] acpi: XENV: fix a few spelling mistakes and fix up copyright

Alex Hung alex.hung at canonical.com
Thu Jul 9 12:05:05 UTC 2015


On 07/08/2015 04:56 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> This is a new test and not derived from the Linux-ready Firmware
> Developer Kit, so remove the "Copyright (C) 2006, Intel Corporation"
> from the copyright.
> 
> Also, fix up some typos / spelling mistakes
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/acpi/xenv/xenv.c | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/src/acpi/xenv/xenv.c b/src/acpi/xenv/xenv.c
> index c33942b..db8379a 100644
> --- a/src/acpi/xenv/xenv.c
> +++ b/src/acpi/xenv/xenv.c
> @@ -1,9 +1,6 @@
>  /*
> - * Copyright (C) 2006, Intel Corporation
>   * Copyright (C) 2010-2015 Canonical
>   *
> - * This code was originally part of the Linux-ready Firmware Developer Kit
> - *
>   * This program is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU General Public License
>   * as published by the Free Software Foundation; either version 2
> @@ -67,8 +64,8 @@ static int xenv_test1(fwts_framework *fw)
>  	}
>  
>  	fwts_log_info_verbatum(fw, "XENV Table:");
> -	fwts_log_info_verbatum(fw, "  GNT Start Address                0x%16.16" PRIx64, xenv->gnt_start);
> -	fwts_log_info_verbatum(fw, "  GNT Sizne                        0x%16.16" PRIx64, xenv->gnt_size);
> +	fwts_log_info_verbatum(fw, "  GNT Start Address:               0x%16.16" PRIx64, xenv->gnt_start);
> +	fwts_log_info_verbatum(fw, "  GNT Size:                        0x%16.16" PRIx64, xenv->gnt_size);
>  	fwts_log_info_verbatum(fw, "  Evtchn Intr:                     0x%8.8"   PRIx32, xenv->evtchn_intr);
>  	fwts_log_info_verbatum(fw, "  Evtchn Intr Flags:               0x%2.2"   PRIx8,  xenv->evtchn_intr_flags);
>  
> @@ -88,7 +85,7 @@ static int xenv_test1(fwts_framework *fw)
>  }
>  
>  static fwts_framework_minor_test xenv_tests[] = {
> -	{ xenv_test1, "Validate XEVN table." },
> +	{ xenv_test1, "Validate XENV table." },
>  	{ NULL, NULL }
>  };
>  
> 

Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list