]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
PCI/AER: Fix rootport attribute paths in ABI docs
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 2 Feb 2024 13:16:34 +0000 (14:16 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 2 Feb 2024 23:21:10 +0000 (17:21 -0600)
The 'aer_stats' directory never made it into the sixth and final revision
of the series adding the sysfs AER attributes.

Link: https://lore.kernel.org/r/20240202131635.11405-2-johan+linaro@kernel.org
Link: https://lore.kernel.org/lkml/20180621184822.GB14136@bhelgaas-glaptop.roam.corp.google.com/
Fixes: 12833017e581 ("PCI/AER: Add sysfs attributes for rootport cumulative stats")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats

index 860db53037a58fae2faa10fcfc8672c0ed20ace9..24087d5fd417a0c493ebdfa6f7f9d2f4c5af47bb 100644 (file)
@@ -100,19 +100,19 @@ collectors) that are AER capable. These indicate the number of error messages as
 device, so these counters include them and are thus cumulative of all the error
 messages on the PCI hierarchy originating at that root port.
 
-What:          /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor
+What:          /sys/bus/pci/devices/<dev>/aer_rootport_total_err_cor
 Date:          July 2018
 KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   Total number of ERR_COR messages reported to rootport.
 
-What:      /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal
+What:          /sys/bus/pci/devices/<dev>/aer_rootport_total_err_fatal
 Date:          July 2018
 KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com
 Description:   Total number of ERR_FATAL messages reported to rootport.
 
-What:      /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal
+What:          /sys/bus/pci/devices/<dev>/aer_rootport_total_err_nonfatal
 Date:          July 2018
 KernelVersion: 4.19.0
 Contact:       linux-pci@vger.kernel.org, rajatja@google.com