diff options
author | Bob Moore <robert.moore@intel.com> | 2009-08-13 13:31:00 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-28 19:40:39 -0400 |
commit | 1872bbc94b2d092ece22a8fbf1c3e81f0fba0052 (patch) | |
tree | 66856261ebc3071a1833b049990a6fd703ddba10 /include/acpi | |
parent | c276e3884163355464a76e60ed9e272b52b4acc2 (diff) |
ACPICA: Fix typo for HEST ACPI table
Problem with the name of one of the subtables.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/actbl1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h index 34b10c06bcf..0b9b430b092 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; |