Re: [PATCH] Documentation/locking/locktypes: fix local_locks documentation
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-08-24 21:56:57
Also in:
lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2020-08-24 21:56:57
Also in:
lkml
On Sun, 26 Jul 2020 20:54:40 +0200 Marta Rybczynska [off-list ref] wrote:
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 <redacted> --- Documentation/locking/locktypes.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-)
Applied (finally). I had to fix some mailer-inflicted line wrapping before the patch would apply... jon