All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: livepatch: Correct release locks antonym
@ 2024-09-03  2:47 Bagas Sanjaya
  2024-09-04 11:48 ` Petr Mladek
  0 siblings, 1 reply; 5+ messages in thread
From: Bagas Sanjaya @ 2024-09-03  2:47 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linux Documentation,
	Linux Kernel Livepatching
  Cc: Josh Poimboeuf, Jiri Kosina, Miroslav Benes, Petr Mladek,
	Joe Lawrence, Jonathan Corbet, Marcos Paulo de Souza,
	Bagas Sanjaya

"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>
---
 Documentation/livepatch/livepatch.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/livepatch/livepatch.rst b/Documentation/livepatch/livepatch.rst
index 68e3651e8af925..acb90164929e32 100644
--- a/Documentation/livepatch/livepatch.rst
+++ b/Documentation/livepatch/livepatch.rst
@@ -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.
 
-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-10 23:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  2:47 [PATCH] Documentation: livepatch: Correct release locks antonym Bagas Sanjaya
2024-09-04 11:48 ` Petr Mladek
2024-09-10 10:27   ` Bagas Sanjaya
2024-09-10 11:01     ` Petr Mladek
2024-09-10 23:53       ` Bagas Sanjaya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.