Skip to content

Commit c8d8a35

Browse files
committed
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
2 parents 9f0c253 + 3360211 commit c8d8a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/livepatch/livepatch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ some limitations, see below.
5050
3. Consistency model
5151
====================
5252

53-
Functions are there for a reason. They take some input parameters, get or
53+
Functions are there for a reason. They take some input parameters, acquire or
5454
release locks, read, process, and even write some data in a defined way,
5555
have return values. In other words, each function has a defined semantic.
5656

0 commit comments

Comments
 (0)