diff options
author | 2025-07-24 15:43:06 -0700 | |
---|---|---|
committer | 2025-07-25 10:26:27 -0700 | |
commit | f11a5f89910a7ae970fbce4fdc02d86a8ba8570f (patch) | |
tree | 172a0565156731aff5d61acbcde310b341442260 | |
parent | Merge branch 'for-6.17/cxl-events-updates' into cxl-for-next (diff) | |
download | wireguard-linux-f11a5f89910a7ae970fbce4fdc02d86a8ba8570f.tar.xz wireguard-linux-f11a5f89910a7ae970fbce4fdc02d86a8ba8570f.zip |
Documentation/ABI/testing/debugfs-cxl: Add 'cxl' to clear_poison path
'cxl' is missing from the path to the clear_poison attribute. Add it.
Signed-off-by: Alison Schofield <alison.schofield@intel.com>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Link: https://patch.msgid.link/20250724224308.2101255-1-alison.schofield@intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
-rw-r--r-- | Documentation/ABI/testing/debugfs-cxl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/debugfs-cxl b/Documentation/ABI/testing/debugfs-cxl index 12488c14be64..e95e21f131e9 100644 --- a/Documentation/ABI/testing/debugfs-cxl +++ b/Documentation/ABI/testing/debugfs-cxl @@ -20,7 +20,7 @@ Description: visible for devices supporting the capability. -What: /sys/kernel/debug/memX/clear_poison +What: /sys/kernel/debug/cxl/memX/clear_poison Date: April, 2023 KernelVersion: v6.4 Contact: linux-cxl@vger.kernel.org |