Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ABI: sysfs-bus-pci-devices-aer_stats uses an invalid tag

According with Documentation/ABI/, the right tag to describe
an ABI symbol is "What:", and not "Where:".

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
abf313b5 11070490

+6 -6
+6 -6
Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats
··· 9 9 problematic endpoint itself (which may report all counters as 0 as it never 10 10 saw any problems). 11 11 12 - Where: /sys/bus/pci/devices/<dev>/aer_dev_correctable 12 + What: /sys/bus/pci/devices/<dev>/aer_dev_correctable 13 13 Date: July 2018 14 14 Kernel Version: 4.19.0 15 15 Contact: linux-pci@vger.kernel.org, rajatja@google.com ··· 31 31 TOTAL_ERR_COR 2 32 32 ------------------------------------------------------------------------- 33 33 34 - Where: /sys/bus/pci/devices/<dev>/aer_dev_fatal 34 + What: /sys/bus/pci/devices/<dev>/aer_dev_fatal 35 35 Date: July 2018 36 36 Kernel Version: 4.19.0 37 37 Contact: linux-pci@vger.kernel.org, rajatja@google.com ··· 62 62 TOTAL_ERR_FATAL 0 63 63 ------------------------------------------------------------------------- 64 64 65 - Where: /sys/bus/pci/devices/<dev>/aer_dev_nonfatal 65 + What: /sys/bus/pci/devices/<dev>/aer_dev_nonfatal 66 66 Date: July 2018 67 67 Kernel Version: 4.19.0 68 68 Contact: linux-pci@vger.kernel.org, rajatja@google.com ··· 103 103 device, so these counters include them and are thus cumulative of all the error 104 104 messages on the PCI hierarchy originating at that root port. 105 105 106 - Where: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor 106 + What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_cor 107 107 Date: July 2018 108 108 Kernel Version: 4.19.0 109 109 Contact: linux-pci@vger.kernel.org, rajatja@google.com 110 110 Description: Total number of ERR_COR messages reported to rootport. 111 111 112 - Where: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal 112 + What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_fatal 113 113 Date: July 2018 114 114 Kernel Version: 4.19.0 115 115 Contact: linux-pci@vger.kernel.org, rajatja@google.com 116 116 Description: Total number of ERR_FATAL messages reported to rootport. 117 117 118 - Where: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal 118 + What: /sys/bus/pci/devices/<dev>/aer_stats/aer_rootport_total_err_nonfatal 119 119 Date: July 2018 120 120 Kernel Version: 4.19.0 121 121 Contact: linux-pci@vger.kernel.org, rajatja@google.com