From: pangzizhen001@208suo.com Date: Thu, 20 Jul 2023 15:45:39 +0000 (+0800) Subject: locking/seqlock: Fix typo in comment X-Git-Tag: v6.7-rc1~193^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cff993e08a7578e2c1df93a95fc5059f447e7ae;p=thirdparty%2Fkernel%2Flinux.git locking/seqlock: Fix typo in comment s/the the /the [ mingo: Cleaned up the changelog. ] Signed-off-by: Zizhen Pang Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/70293ecd5bb7a1cd370fd4d95c35f936@208suo.com --- diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h index 987a59d977c56..ea7a58258af68 100644 --- a/include/linux/seqlock.h +++ b/include/linux/seqlock.h @@ -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. */