Commit a5907065 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Jonathan Corbet

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: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarJoe Lawrence <joe.lawrence@redhat.com>
Acked-by: default avatarPetr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20210305100923.3731-1-unixbhaskar@gmail.com
[jc: performed suggested prepositional tweak]
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 1f7faca2
...@@ -165,8 +165,8 @@ In-flight parent objects ...@@ -165,8 +165,8 @@ In-flight parent objects
Sometimes it may not be convenient or possible to allocate shadow Sometimes it may not be convenient or possible to allocate shadow
variables alongside their parent objects. Or a livepatch fix may variables alongside their parent objects. Or a livepatch fix may
require shadow varibles to only a subset of parent object instances. In require shadow variables for only a subset of parent object instances.
these cases, the klp_shadow_get_or_alloc() call can be used to attach In these cases, the klp_shadow_get_or_alloc() call can be used to attach
shadow variables to parents already in-flight. shadow variables to parents already in-flight.
For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment