Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fix from Thomas Gleixner:
"Just a trivial fix for kernel-doc warnings"

* tag 'locking-urgent-2020-10-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
locking/seqlocks: Fix kernel-doc warnings

+1 -1
+1 -1
include/linux/seqlock.h
··· 154 154 #define __SEQ_LOCK(expr) 155 155 #endif 156 156 157 - /** 157 + /* 158 158 * typedef seqcount_LOCKNAME_t - sequence counter with LOCKNAME associated 159 159 * @seqcount: The real sequence counter 160 160 * @lock: Pointer to the associated lock