mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +08:00
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
This commit is contained in:
parent
01a99a750a
commit
0cff993e08
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user