Commit d41bf52e authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: Small typo fix, no functional change

ACPICA commit 9b03c05305d856274c39f3adbddd8a98ef5d018e

ACPI table header.

Link: https://github.com/acpica/acpica/commit/9b03c053Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarErik Schmauss <erik.schmauss@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 5ed4e5ca
...@@ -1373,7 +1373,7 @@ struct acpi_pdtt_channel { ...@@ -1373,7 +1373,7 @@ struct acpi_pdtt_channel {
/* Flags for above */ /* Flags for above */
#define ACPI_PDTT_RUNTIME_TRIGGER (1) #define ACPI_PDTT_RUNTIME_TRIGGER (1)
#define ACPI_PPTT_WAIT_COMPLETION (1<<1) #define ACPI_PDTT_WAIT_COMPLETION (1<<1)
/******************************************************************************* /*******************************************************************************
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment