Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bhaskar Chowdhury and committed by
Jonathan Corbet
a5907065 1f7faca2

+2 -2
+2 -2
Documentation/livepatch/shadow-vars.rst
··· 165 165 166 166 Sometimes it may not be convenient or possible to allocate shadow 167 167 variables alongside their parent objects. Or a livepatch fix may 168 - require shadow varibles to only a subset of parent object instances. In 169 - these cases, the klp_shadow_get_or_alloc() call can be used to attach 168 + require shadow variables for only a subset of parent object instances. 169 + In these cases, the klp_shadow_get_or_alloc() call can be used to attach 170 170 shadow variables to parents already in-flight. 171 171 172 172 For commit 1d147bfa6429, a good spot to allocate a shadow spinlock is