Merge tag 'livepatching-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching

Pull livepatching update from Petr Mladek:

 - Small documentation improvement

* tag 'livepatching-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching:
  Documentation: livepatch: Correct release locks antonym
This commit is contained in:
Linus Torvalds
2024-09-18 15:24:02 +02:00

View 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.