mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 13:34:30 +00:00
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>
This commit is contained in:
parent
d2d721e2eb
commit
3360211b2a
@ -50,7 +50,7 @@ some limitations, see below.
|
|||||||
3. Consistency model
|
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,
|
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.
|
have return values. In other words, each function has a defined semantic.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user