locking/seqlock: Fix typo in comment
authorpangzizhen001@208suo.com <pangzizhen001@208suo.com>
Thu, 20 Jul 2023 15:45:39 +0000 (23:45 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 5 Oct 2023 08:39:44 +0000 (10:39 +0200)
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
include/linux/seqlock.h

index 987a59d977c566ae5eb0f306e4ed79f4e5428204..ea7a58258af680c4199c29f827f619776e0bca96 100644 (file)
@@ -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.
  */