diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-01-15 19:15:49 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2021-01-15 19:15:49 +0100 |
commit | 179892adb0436139fd8e6af7b27f54219c1750f8 (patch) | |
tree | 427b5bcd090c327a629442e6a97d389e8b59ae2f | |
parent | a58015d638cd4e4555297b04bec9b49028369075 (diff) | |
parent | 3c516e038f0cc3915825bdac619d448c2b1811f2 (diff) | |
download | lwn-179892adb0436139fd8e6af7b27f54219c1750f8.tar.gz lwn-179892adb0436139fd8e6af7b27f54219c1750f8.zip |
Merge branch 'acpi-docs'
* acpi-docs:
Documentation: ACPI: EINJ: Fix error type values for PCIe errors
-rw-r--r-- | Documentation/firmware-guide/acpi/apei/einj.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/firmware-guide/acpi/apei/einj.rst b/Documentation/firmware-guide/acpi/apei/einj.rst index e588bccf5158..c042176e1707 100644 --- a/Documentation/firmware-guide/acpi/apei/einj.rst +++ b/Documentation/firmware-guide/acpi/apei/einj.rst @@ -50,8 +50,8 @@ The following files belong to it: 0x00000010 Memory Uncorrectable non-fatal 0x00000020 Memory Uncorrectable fatal 0x00000040 PCI Express Correctable - 0x00000080 PCI Express Uncorrectable fatal - 0x00000100 PCI Express Uncorrectable non-fatal + 0x00000080 PCI Express Uncorrectable non-fatal + 0x00000100 PCI Express Uncorrectable fatal 0x00000200 Platform Correctable 0x00000400 Platform Uncorrectable non-fatal 0x00000800 Platform Uncorrectable fatal |