Skip to content

Commit

Permalink
Documentation: livepatch: Correct release locks antonym
Browse files Browse the repository at this point in the history
"get" doesn't properly fit as an antonym for "release" in the context
of locking. Correct it with "acquire".

Signed-off-by: Bagas Sanjaya <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Petr Mladek <[email protected]>
  • Loading branch information
bagasme authored and pmladek committed Sep 4, 2024
1 parent d2d721e commit 3360211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/livepatch/livepatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3360211

Please sign in to comment.