mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
c276e38841
commit
1872bbc94b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue