summaryrefslogtreecommitdiffstats
path: root/include/acpi/actbl1.h
diff options
context:
space:
mode:
authorBob Moore2009-08-13 07:31:00 +0200
committerLen Brown2009-08-29 01:40:39 +0200
commit1872bbc94b2d092ece22a8fbf1c3e81f0fba0052 (patch)
tree66856261ebc3071a1833b049990a6fd703ddba10 /include/acpi/actbl1.h
parentACPICA: Update definitions for HEST table (diff)
downloadkernel-qcow2-linux-1872bbc94b2d092ece22a8fbf1c3e81f0fba0052.tar.gz
kernel-qcow2-linux-1872bbc94b2d092ece22a8fbf1c3e81f0fba0052.tar.xz
kernel-qcow2-linux-1872bbc94b2d092ece22a8fbf1c3e81f0fba0052.zip
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/actbl1.h')
-rw-r--r--include/acpi/actbl1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
index 34b10c06bcfd..0b9b430b092b 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;