]> git.baikalelectronics.ru Git - kernel.git/commit
Documentation/locking/locktypes: fix local_locks documentation
authorMarta Rybczynska <rybczynska@gmail.com>
Sun, 26 Jul 2020 18:54:40 +0000 (20:54 +0200)
committerJonathan Corbet <corbet@lwn.net>
Mon, 24 Aug 2020 23:18:51 +0000 (17:18 -0600)
commit1c1883a71c9f1e38c339830759ed87acd60e4f3b
treed07cb4ec102e3696fb1634ef529de5b85c5952fc
parente5f0bf958198ed018c9fdf06e8d307ced9af9c95
Documentation/locking/locktypes: fix local_locks documentation

Fix issues with local_locks documentation:
- fix function names, local_lock.h has local_unlock_irqrestore(),
not local_lock_irqrestore()
- fix mapping table, local_unlock_irqrestore() maps to local_irq_restore(),
not _save()

Signed-off-by: Marta Rybczynska <rybczynska@gmail.com>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/CAApg2=SKxQ3Sqwj6TZnV-0x0cKLXFKDaPvXT4N15MPDMKq724g@mail.gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/locking/locktypes.rst