Skip to content

Commit afb9087

Browse files
Erik Kanedarafaeljw
authored andcommitted
ACPICA: WSMT: Fix typo, no functional change
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]>
1 parent bb89a79 commit afb9087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/acpi/actbl3.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define ACPI_SIG_WDDT "WDDT" /* Watchdog Timer Description Table */
4040
#define ACPI_SIG_WDRT "WDRT" /* Watchdog Resource Table */
4141
#define ACPI_SIG_WPBT "WPBT" /* Windows Platform Binary Table */
42-
#define ACPI_SIG_WSMT "WSMT" /* Windows SMM Security Migrations Table */
42+
#define ACPI_SIG_WSMT "WSMT" /* Windows SMM Security Mitigations Table */
4343
#define ACPI_SIG_XENV "XENV" /* Xen Environment table */
4444
#define ACPI_SIG_XXXX "XXXX" /* Intermediate AML header for ASL/ASL+ converter */
4545

@@ -673,10 +673,10 @@ struct acpi_table_wpbt {
673673

674674
/*******************************************************************************
675675
*
676-
* WSMT - Windows SMM Security Migrations Table
676+
* WSMT - Windows SMM Security Mitigations Table
677677
* Version 1
678678
*
679-
* Conforms to "Windows SMM Security Migrations Table",
679+
* Conforms to "Windows SMM Security Mitigations Table",
680680
* Version 1.0, April 18, 2016
681681
*
682682
******************************************************************************/

0 commit comments

Comments
 (0)