Fix typo in debugfs path name that prevents copy-paste of commands given. Signed-off-by: Sekhar Nori <nsekhar@xxxxxxxxxx> --- Documentation/driver-api/interconnect.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/interconnect.rst b/Documentation/driver-api/interconnect.rst index a92d0f277a1f..6d0a205b42b7 100644 --- a/Documentation/driver-api/interconnect.rst +++ b/Documentation/driver-api/interconnect.rst @@ -119,7 +119,7 @@ any arbitrary path. Note that for safety reasons, this feature is disabled by default without a Kconfig to enable it. Enabling it requires code changes to ``#define INTERCONNECT_ALLOW_WRITE_DEBUGFS``. Example usage:: - cd /sys/kernel/debug/interconnect/test-client/ + cd /sys/kernel/debug/interconnect/test_client/ # Configure node endpoints for the path from CPU to DDR on # qcom/sm8550. -- 2.44.0.769.g3c40516874-goog