Commit 3360211b authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Petr Mladek

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: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: default avatarPetr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20240903024753.104609-1-bagasdotme@gmail.comSigned-off-by: default avatarPetr Mladek <pmladek@suse.com>
parent d2d721e2
......@@ -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.
......
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