aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Hugo <[email protected]>2023-01-19 09:26:08 -0700
committerJonathan Corbet <[email protected]>2023-01-24 15:23:25 -0700
commitc70313cd177d28ea15a3f5cb3e6f10292a782c63 (patch)
tree718dd6b7d0878ed805c8dfd3d31d2312511913d6
parent3abd57ccdda64996101b486fda9c286505e2ae54 (diff)
docs: accel: Fix debugfs path
The device specific directory in debugfs does not have "accel". For example, the documentation says device 0 should have a debugfs entry as /sys/kernel/debug/accel/accel0/ but in reality the entry is /sys/kernel/debug/accel/0/ Fix the documentation to match the implementation. Fixes: 8c5577a5ccc6 ("doc: add documentation for accel subsystem") Signed-off-by: Jeffrey Hugo <[email protected]> Reviewed-by: Oded Gabbay <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/accel/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/accel/introduction.rst b/Documentation/accel/introduction.rst
index 6f31af14b1fc..11cade51f387 100644
--- a/Documentation/accel/introduction.rst
+++ b/Documentation/accel/introduction.rst
@@ -69,7 +69,7 @@ The accelerator devices will be exposed to the user space with the dedicated
- device char files - /dev/accel/accel*
- sysfs - /sys/class/accel/accel*/
-- debugfs - /sys/kernel/debug/accel/accel*/
+- debugfs - /sys/kernel/debug/accel/*/
Getting Started
===============