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.

locking/seqlock: Fix typo in comment

s/the the
/the

[ mingo: Cleaned up the changelog. ]

Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/70293ecd5bb7a1cd370fd4d95c35f936@208suo.com

authored by

pangzizhen001@208suo.com and committed by
Ingo Molnar
0cff993e 01a99a75

+1 -1
+1 -1
include/linux/seqlock.h
··· 864 864 } 865 865 866 866 /* 867 - * For all seqlock_t write side functions, use the the internal 867 + * For all seqlock_t write side functions, use the internal 868 868 * do_write_seqcount_begin() instead of generic write_seqcount_begin(). 869 869 * This way, no redundant lockdep_assert_held() checks are added. 870 870 */