ACK: [PATCH 3/5] acpi: hest: change a function name to meet the patterns of others

Colin Ian King colin.king at canonical.com
Tue Jun 20 08:39:17 UTC 2017


On 20/06/17 02:39, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/acpi/hest/hest.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/acpi/hest/hest.c b/src/acpi/hest/hest.c
> index 85e1bf7..a7a76a5 100644
> --- a/src/acpi/hest/hest.c
> +++ b/src/acpi/hest/hest.c
> @@ -253,7 +253,7 @@ static void hest_check_ia32_arch_corrected_machine_check(
>   *    - note, this should be a higher section number, the ACPI 6.0
>   *	specification seems to have numbered this incorrectly.
>   */
> -static void hest_check_fwts_acpi_table_hest_nmi_error(
> +static void hest_check_acpi_table_hest_nmi_error(
>  	fwts_framework *fw,
>  	ssize_t *length,
>  	uint8_t **data,
> @@ -832,7 +832,7 @@ static int hest_test1(fwts_framework *fw)
>  			hest_type_01_count++;
>  			break;
>  		case 2:
> -			hest_check_fwts_acpi_table_hest_nmi_error(fw, &length, &data, &passed);
> +			hest_check_acpi_table_hest_nmi_error(fw, &length, &data, &passed);
>  			hest_type_02_count++;
>  			break;
>  		case 6:
> 
Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list