Skip to content

Commit 1c84550

Browse files
committed
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
2 parents e5acf0e + ed3e453 commit 1c84550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/seqlock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ static inline void seqcount_lockdep_reader_access(const seqcount_t *s)
154154
#define __SEQ_LOCK(expr)
155155
#endif
156156

157-
/**
157+
/*
158158
* typedef seqcount_LOCKNAME_t - sequence counter with LOCKNAME associated
159159
* @seqcount: The real sequence counter
160160
* @lock: Pointer to the associated lock

0 commit comments

Comments
 (0)