summaryrefslogtreecommitdiffstats
path: root/Documentation/livepatch
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-05 15:39:23 +0530
committerJonathan Corbet <corbet@lwn.net>2021-03-08 17:25:16 -0700
commita5907065ac1ab5cbcceea2a9ac0c40c1bef255fa (patch)
tree4b541c730e8f623af533c07efee3d2c377ba9d44 /Documentation/livepatch
parent1f7faca2f924d3e7a9d475bd9a24583a7f2a051b (diff)
downloadlinux-a5907065ac1ab5cbcceea2a9ac0c40c1bef255fa.tar.gz
linux-a5907065ac1ab5cbcceea2a9ac0c40c1bef255fa.tar.bz2
linux-a5907065ac1ab5cbcceea2a9ac0c40c1bef255fa.zip
docs: livepatch: Fix a typo and remove the unnecessary gaps in a sentence
s/varibles/variables/ ...and remove leading spaces from a sentence. Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Joe Lawrence <joe.lawrence@redhat.com> Acked-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20210305100923.3731-1-unixbhaskar@gmail.com [jc: performed suggested prepositional tweak] Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/livepatch')
-rw-r--r--Documentation/livepatch/shadow-vars.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/livepatch/shadow-vars.rst b/Documentation/livepatch/shadow-vars.rst
index c05715aeafa4..6a7d43a8787d 100644
--- a/Documentation/livepatch/shadow-vars.rst
+++ b/Documentation/livepatch/shadow-vars.rst
@@ -165,8 +165,8 @@ In-flight parent objects
Sometimes it may not be convenient or possible to allocate shadow
variables alongside their parent objects. Or a livepatch fix may
-require shadow varibles to only a subset of parent object instances. In
-these cases, the klp_shadow_get_or_alloc() call can be used to attach
+require shadow variables for only a subset of parent object instances.
+In these cases, the klp_shadow_get_or_alloc() call can be used to attach
shadow variables to parents already in-flight.
For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is