From: Vishnu Sanal T Date: Mon, 7 Oct 2024 19:12:54 +0000 (+0530) Subject: fix grammar on false-sharing.rst X-Git-Tag: v6.13-rc1~170^2~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=878b56e011af224386464c79e3b1b1a73342d847;p=thirdparty%2Fkernel%2Flinux.git fix grammar on false-sharing.rst Fix slight grammar mistake on kernel-hacking/false-sharing.rst Signed-off-by: Vishnu Sanal T Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20241007191253.112697-2-t.v.s10123@gmail.com --- diff --git a/Documentation/kernel-hacking/false-sharing.rst b/Documentation/kernel-hacking/false-sharing.rst index 122b0e1246561..eb0596734e55d 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. .. [1] https://en.wikipedia.org/wiki/False_sharing