diff options
author | Alison Schofield <alison.schofield@intel.com> | 2025-07-25 01:43:06 +0300 |
---|---|---|
committer | Dave Jiang <dave.jiang@intel.com> | 2025-07-25 20:26:27 +0300 |
commit | f11a5f89910a7ae970fbce4fdc02d86a8ba8570f (patch) | |
tree | 172a0565156731aff5d61acbcde310b341442260 | |
parent | 3a32c5b3bb7d2dfad5fab94817f59e8963e2b1a6 (diff) | |
download | linux-f11a5f89910a7ae970fbce4fdc02d86a8ba8570f.tar.xz |
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 |