Linux-Doc Archive mirror
 help / color / mirror / Atom feed
From: Sekhar Nori <nsekhar@google.com>
To: Mike Tipton <quic_mdtipton@quicinc.com>,
	Georgi Djakov <djakov@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>,
	linux-pm@vger.kernel.org, linux-doc@vger.kernel.org,
	 Sekhar Nori <nsekhar@google.com>
Subject: [PATCH] docs: driver-api: interconnect: fix typo
Date: Mon, 22 Apr 2024 04:29:10 +0000	[thread overview]
Message-ID: <20240422042910.2248234-1-nsekhar@google.com> (raw)

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(-)

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


             reply	other threads:[~2024-04-22  4:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-22  4:29 Sekhar Nori [this message]
2024-04-22 14:53 ` [PATCH] docs: driver-api: interconnect: fix typo Mike Tipton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240422042910.2248234-1-nsekhar@google.com \
    --to=nsekhar@google.com \
    --cc=corbet@lwn.net \
    --cc=djakov@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=quic_mdtipton@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).