Change Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats to Documentation/ABI/testing/sysfs-bus-pci-devices-aer to reflect the broader scope of AER sysfs attributes (e.g. stats and ratelimits). Signed-off-by: Jon Pan-Doh <pandoh@xxxxxxxxxx> --- ...fs-bus-pci-devices-aer_stats => sysfs-bus-pci-devices-aer} | 0 Documentation/PCI/pcieaer-howto.rst | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/ABI/testing/{sysfs-bus-pci-devices-aer_stats => sysfs-bus-pci-devices-aer} (100%) diff --git a/Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats b/Documentation/ABI/testing/sysfs-bus-pci-devices-aer similarity index 100% rename from Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats rename to Documentation/ABI/testing/sysfs-bus-pci-devices-aer diff --git a/Documentation/PCI/pcieaer-howto.rst b/Documentation/PCI/pcieaer-howto.rst index ab5b0f232204..912d70b9e178 100644 --- a/Documentation/PCI/pcieaer-howto.rst +++ b/Documentation/PCI/pcieaer-howto.rst @@ -94,14 +94,14 @@ default ratelimit to DEFAULT_RATELIMIT_BURST over DEFAULT_RATELIMIT_INTERVAL (10 per 5 seconds). Ratelimits are exposed in the form of sysfs attributes and configurable. -See Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats. +See Documentation/ABI/testing/sysfs-bus-pci-devices-aer. AER Statistics / Counters ------------------------- When PCIe AER errors are captured, the counters / statistics are also exposed in the form of sysfs attributes which are documented at -Documentation/ABI/testing/sysfs-bus-pci-devices-aer_stats +Documentation/ABI/testing/sysfs-bus-pci-devices-aer. Developer Guide =============== -- 2.48.1.601.g30ceb7b040-goog