From: Bob Moore Date: Thu, 13 Aug 2009 05:31:00 +0000 (+0800) Subject: ACPICA: Fix typo for HEST ACPI table X-Git-Tag: upstream/snapshot3+hdmi~17139^2~16^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1872bbc94b2d092ece22a8fbf1c3e81f0fba0052;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ACPICA: Fix typo for HEST ACPI table Problem with the name of one of the subtables. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 34b10c0..0b9b430 100644 --- a/include/acpi/actbl1.h +++ b/include/acpi/actbl1.h @@ -500,7 +500,7 @@ struct acpi_hest_ia_machine_check { /* 1: IA32 Corrected Machine Check */ -struct acpi_table_hest_ia_corrected { +struct acpi_hest_ia_corrected { struct acpi_hest_header header; u16 reserved1; u8 flags;