aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-01-15 19:15:49 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-01-15 19:15:49 +0100
commit179892adb0436139fd8e6af7b27f54219c1750f8 (patch)
tree427b5bcd090c327a629442e6a97d389e8b59ae2f /Documentation
parentACPI: scan: Harden acpi_device_add() against device ID overflows (diff)
parentDocumentation: ACPI: EINJ: Fix error type values for PCIe errors (diff)
downloadlinux-dev-179892adb0436139fd8e6af7b27f54219c1750f8.tar.xz
linux-dev-179892adb0436139fd8e6af7b27f54219c1750f8.zip
Merge branch 'acpi-docs'
* acpi-docs: Documentation: ACPI: EINJ: Fix error type values for PCIe errors
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/firmware-guide/acpi/apei/einj.rst4
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