Commit 1872bbc94b2d092ece22a8fbf1c3e81f0fba0052

Authored by Bob Moore
Committed by Len Brown
1 parent c276e38841

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/acpi/actbl1.h
... ... @@ -500,7 +500,7 @@
500 500  
501 501 /* 1: IA32 Corrected Machine Check */
502 502  
503   -struct acpi_table_hest_ia_corrected {
  503 +struct acpi_hest_ia_corrected {
504 504 struct acpi_hest_header header;
505 505 u16 reserved1;
506 506 u8 flags;