Skip to content

Commit 0cff993

Browse files
pangzizhen001@208suo.comIngo Molnar
authored and
Ingo Molnar
committed
locking/seqlock: Fix typo in comment
s/the the /the [ mingo: Cleaned up the changelog. ] Signed-off-by: Zizhen Pang <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 01a99a7 commit 0cff993

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
@@ -864,7 +864,7 @@ static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start)
864864
}
865865

866866
/*
867-
* For all seqlock_t write side functions, use the the internal
867+
* For all seqlock_t write side functions, use the internal
868868
* do_write_seqcount_begin() instead of generic write_seqcount_begin().
869869
* This way, no redundant lockdep_assert_held() checks are added.
870870
*/

0 commit comments

Comments
 (0)