summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-09-18 15:24:02 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2024-09-18 15:24:02 +0200
commitc8d8a35d094626808cd07ed0758e14c7e4cf61ac (patch)
tree0e054f9bf1818860648c0c585b65512d66c9eb0a
parent9f0c253ddddca608457a42e509267bed2dee0a50 (diff)
parent3360211b2a955a30458de1f2657f0c9f75ef839c (diff)
downloadlinux-stable-c8d8a35d094626808cd07ed0758e14c7e4cf61ac.tar.gz
linux-stable-c8d8a35d094626808cd07ed0758e14c7e4cf61ac.tar.bz2
linux-stable-c8d8a35d094626808cd07ed0758e14c7e4cf61ac.zip
Merge tag 'livepatching-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
Pull livepatching update from Petr Mladek: - Small documentation improvement * tag 'livepatching-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching: Documentation: livepatch: Correct release locks antonym
-rw-r--r--Documentation/livepatch/livepatch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/livepatch/livepatch.rst b/Documentation/livepatch/livepatch.rst
index 68e3651e8af9..acb90164929e 100644
--- a/Documentation/livepatch/livepatch.rst
+++ b/Documentation/livepatch/livepatch.rst
@@ -50,7 +50,7 @@ some limitations, see below.
3. Consistency model
====================
-Functions are there for a reason. They take some input parameters, get or
+Functions are there for a reason. They take some input parameters, acquire or
release locks, read, process, and even write some data in a defined way,
have return values. In other words, each function has a defined semantic.