ACK: [PATCH] acpi: acpitables: fix indentation, no functional change
ivanhu
ivan.hu at canonical.com
Thu Feb 2 04:26:42 UTC 2017
On 2017年01月24日 20:15, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Ensure code is aligned correctly.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/acpi/acpitables/acpitables.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/acpitables/acpitables.c b/src/acpi/acpitables/acpitables.c
> index a56fb0b..1fcf32a 100644
> --- a/src/acpi/acpitables/acpitables.c
> +++ b/src/acpi/acpitables/acpitables.c
> @@ -106,7 +106,7 @@ static int acpi_table_check_test1(fwts_framework *fw)
> passed = acpi_table_check_field_test(fw, name, "Signature", hdr->signature, 4) &
> acpi_table_check_field_test(fw, name, "OEM ID", hdr->oem_id, 6) &
> acpi_table_check_field_test(fw, name, "OEM Table ID", hdr->oem_tbl_id, 8) &
> - acpi_table_check_field_test(fw, name, "OEM Creator ID", hdr->creator_id, 4);
> + acpi_table_check_field_test(fw, name, "OEM Creator ID", hdr->creator_id, 4);
> if (passed)
> fwts_passed(fw, "Table %s has valid signature and ID strings.", name);
>
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list