Skip to content

Commit 3360211

Browse files
bagasmepmladek
authored andcommitted
Documentation: livepatch: Correct release locks antonym
"get" doesn't properly fit as an antonym for "release" in the context of locking. Correct it with "acquire". Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Reviewed-by: Petr Mladek <pmladek@suse.com> Link: https://lore.kernel.org/r/20240903024753.104609-1-bagasdotme@gmail.com Signed-off-by: Petr Mladek <pmladek@suse.com>
1 parent d2d721e commit 3360211

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)