Re: [PATCH] docs: accel: Fix debugfs path

2023-01-24 Thread Jonathan Corbet
Jeffrey Hugo writes: > 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 i

Re: [PATCH] docs: accel: Fix debugfs path

2023-01-19 Thread Oded Gabbay
On Thu, Jan 19, 2023 at 6:26 PM Jeffrey Hugo wrote: > > 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

[PATCH] docs: accel: Fix debugfs path

2023-01-19 Thread Jeffrey Hugo
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: 8c5577a5ccc