]> Git Repo - J-linux.git/commitdiff
Documentation: livepatch: Correct release locks antonym
authorBagas Sanjaya <[email protected]>
Tue, 3 Sep 2024 02:47:53 +0000 (09:47 +0700)
committerPetr Mladek <[email protected]>
Wed, 4 Sep 2024 11:42:27 +0000 (13:42 +0200)
"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]>
Documentation/livepatch/livepatch.rst

index 68e3651e8af92521dbea3fd62effe2c87907541b..acb90164929e32f9c86ccd968ad70c73a8d8c99f 100644 (file)
@@ -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.
 
This page took 0.049761 seconds and 4 git commands to generate.