Skip to content

Commit

Permalink
ACPICA: Fix typo for HEST ACPI table
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bob Moore authored and Len Brown committed Aug 28, 2009
1 parent c276e38 commit 1872bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/acpi/actbl1.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1872bbc

Please sign in to comment.