Message ID | 20240422042910.2248234-1-nsekhar@google.com |
---|---|
State | New |
Headers | show |
Series | docs: driver-api: interconnect: fix typo | expand |
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.
Fix typo in debugfs path name that prevents copy-paste of commands given. Signed-off-by: Sekhar Nori <nsekhar@google.com> --- Documentation/driver-api/interconnect.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)