mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: Vishnu Sanal T <t.v.s10123@gmail.com>, linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Vishnu Sanal T <t.v.s10123@gmail.com>
Subject: Re: [PATCH v2] fix grammar on false-sharing.rst
Date: Mon, 14 Oct 2024 13:22:28 -0600	[thread overview]
Message-ID: <87a5f6sd57.fsf@trenco.lwn.net> (raw)
In-Reply-To: <20241007191253.112697-2-t.v.s10123@gmail.com>

Vishnu Sanal T <t.v.s10123@gmail.com> writes:

> Fix slight grammar mistake on kernel-hacking/false-sharing.rst
>
> Signed-off-by: Vishnu Sanal T <t.v.s10123@gmail.com>
> ---
> Changes in v2:
>
> - revert inadverdent mistake introduced on the word "randomizes"
> ---
>  Documentation/kernel-hacking/false-sharing.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst
> index 122b0e124656..eb0596734e55 100644
> --- a/Documentation/kernel-hacking/false-sharing.rst
> +++ b/Documentation/kernel-hacking/false-sharing.rst
> @@ -196,9 +196,9 @@ the hotspot switches to a new place.
>  
>  Miscellaneous
>  =============
> -One open issue is that kernel has an optional data structure
> +One open issue is that the kernel has an optional data structure
>  randomization mechanism, which also randomizes the situation of cache
> -line sharing of data members.
> +line sharing among data members.
>  
Applied, thanks.

jon

      reply	other threads:[~2024-10-14 19:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-02 10:08 [PATCH] " Vishnu Sanal T
2024-10-07 17:11 ` Jonathan Corbet
2024-10-07 19:12 ` [PATCH v2] " Vishnu Sanal T
2024-10-14 19:22   ` Jonathan Corbet [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=87a5f6sd57.fsf@trenco.lwn.net \
    --to=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=t.v.s10123@gmail.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

Powered by JetHome