Commit 0cff993e authored by pangzizhen001@208suo.com's avatar pangzizhen001@208suo.com Committed by Ingo Molnar
Browse files

locking/seqlock: Fix typo in comment



s/the the
 /the

[ mingo: Cleaned up the changelog. ]

Signed-off-by: default avatarZizhen Pang <pangzizhen001@208suo.com>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/70293ecd5bb7a1cd370fd4d95c35f936@208suo.com
parent 01a99a75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -864,7 +864,7 @@ static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start)
}

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