Skip to content

Commit

Permalink
ACPICA: WSMT: Fix typo, no functional change
Browse files Browse the repository at this point in the history
ACPICA commit 764d18c5a83949ff3b0dbda6055cee1929b9caa2

The table signature WSMT stands for "Windows SMM Mitigations Table".
It is not "Windows SMM Migrations Table".

Link: acpica/acpica@764d18c5
Reported-by: Laszlo Ersek <[email protected]>
Signed-off-by: Erik Kaneda <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
  • Loading branch information
Erik Kaneda authored and rafaeljw committed Mar 30, 2020
1 parent bb89a79 commit afb9087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/acpi/actbl3.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define ACPI_SIG_WDDT "WDDT" /* Watchdog Timer Description Table */
#define ACPI_SIG_WDRT "WDRT" /* Watchdog Resource Table */
#define ACPI_SIG_WPBT "WPBT" /* Windows Platform Binary Table */
#define ACPI_SIG_WSMT "WSMT" /* Windows SMM Security Migrations Table */
#define ACPI_SIG_WSMT "WSMT" /* Windows SMM Security Mitigations Table */
#define ACPI_SIG_XENV "XENV" /* Xen Environment table */
#define ACPI_SIG_XXXX "XXXX" /* Intermediate AML header for ASL/ASL+ converter */

Expand Down Expand Up @@ -673,10 +673,10 @@ struct acpi_table_wpbt {

/*******************************************************************************
*
* WSMT - Windows SMM Security Migrations Table
* WSMT - Windows SMM Security Mitigations Table
* Version 1
*
* Conforms to "Windows SMM Security Migrations Table",
* Conforms to "Windows SMM Security Mitigations Table",
* Version 1.0, April 18, 2016
*
******************************************************************************/
Expand Down

0 comments on commit afb9087

Please sign in to comment.