Linux-Doc Archive mirror
 help / color / mirror / Atom feed
From: Mike Tipton <quic_mdtipton@quicinc.com>
To: Sekhar Nori <nsekhar@google.com>
Cc: Georgi Djakov <djakov@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>, <linux-pm@vger.kernel.org>,
	<linux-doc@vger.kernel.org>
Subject: Re: [PATCH] docs: driver-api: interconnect: fix typo
Date: Mon, 22 Apr 2024 07:53:08 -0700	[thread overview]
Message-ID: <20240422145308.GA25316@hu-mdtipton-lv.qualcomm.com> (raw)
In-Reply-To: <20240422042910.2248234-1-nsekhar@google.com>

On Mon, Apr 22, 2024 at 04:29:10AM +0000, Sekhar Nori wrote:
> 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
> 

Thanks Sekhar. Could you also fix the similar typo a few lines above at
the same time?

    The ``test-client`` directory...
              ^

      reply	other threads:[~2024-04-22 14:53 UTC|newest]

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

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=20240422145308.GA25316@hu-mdtipton-lv.qualcomm.com \
    --to=quic_mdtipton@quicinc.com \
    --cc=corbet@lwn.net \
    --cc=djakov@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=nsekhar@google.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).