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

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 <quic_jhugo@quicinc.com>
Reviewed-by: Oded Gabbay <ogabbay@kernel.org>
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>

authored by

Jeffrey Hugo and committed by
Oded Gabbay
24444a99 f7d67c1c

+1 -1
+1 -1
Documentation/accel/introduction.rst
··· 69 69 70 70 - device char files - /dev/accel/accel* 71 71 - sysfs - /sys/class/accel/accel*/ 72 - - debugfs - /sys/kernel/debug/accel/accel*/ 72 + - debugfs - /sys/kernel/debug/accel/*/ 73 73 74 74 Getting Started 75 75 ===============