diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-25 11:14:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-10-25 11:14:54 -0700 |
commit | 1c84550f47f35851c5d37405b888ba964053fca1 (patch) | |
tree | 71ceebc8a15c4fa3344f415a24182fdebdbac505 | |
parent | e5acf0ed8a5f0af084b0fdb53b0c7aad47dab29b (diff) | |
parent | ed3e453798d4f81c99056aa09fcd79d0874a60fd (diff) | |
download | linux-1c84550f47f35851c5d37405b888ba964053fca1.tar.gz linux-1c84550f47f35851c5d37405b888ba964053fca1.tar.bz2 linux-1c84550f47f35851c5d37405b888ba964053fca1.zip |
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
-rw-r--r-- | include/linux/seqlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h index ac5b07f558b0..cbfc78b92b65 100644 --- a/include/linux/seqlock.h +++ b/include/linux/seqlock.h @@ -154,7 +154,7 @@ static inline void seqcount_lockdep_reader_access(const seqcount_t *s) #define __SEQ_LOCK(expr) #endif -/** +/* * typedef seqcount_LOCKNAME_t - sequence counter with LOCKNAME associated * @seqcount: The real sequence counter * @lock: Pointer to the associated lock |