docs: accel: Fix debugfs path
authorJeffrey Hugo <quic_jhugo@quicinc.com>
Thu, 19 Jan 2023 16:26:08 +0000 (09:26 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 24 Jan 2023 22:23:25 +0000 (15:23 -0700)
commitc70313cd177d28ea15a3f5cb3e6f10292a782c63
tree718dd6b7d0878ed805c8dfd3d31d2312511913d6
parent3abd57ccdda64996101b486fda9c286505e2ae54
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>
Link: https://lore.kernel.org/r/1674145568-31513-1-git-send-email-quic_jhugo@quicinc.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/accel/introduction.rst