Re: [PATCH] Documentation/locking/locktypes: fix local_locks documentation
From: Will Deacon <will@kernel.org>
Date: 2020-08-21 11:54:27
Also in:
lkml
From: Will Deacon <will@kernel.org>
Date: 2020-08-21 11:54:27
Also in:
lkml
On Sun, Jul 26, 2020 at 08:54:40PM +0200, Marta Rybczynska 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(-)
Looks correct to me, thanks: Acked-by: Will Deacon <will@kernel.org> Will