[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <169649541111.3135.17358619656028452700.tip-bot2@tip-bot2>
Date: Thu, 05 Oct 2023 08:43:31 -0000
From: "tip-bot2 for pangzizhen001@...suo.com" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Zizhen Pang <pangzizhen001@...suo.com>,
Ingo Molnar <mingo@...nel.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: locking/core] locking/seqlock: Fix typo in comment
The following commit has been merged into the locking/core branch of tip:
Commit-ID: 0cff993e08a7578e2c1df93a95fc5059f447e7ae
Gitweb: https://git.kernel.org/tip/0cff993e08a7578e2c1df93a95fc5059f447e7ae
Author: pangzizhen001@...suo.com <pangzizhen001@...suo.com>
AuthorDate: Thu, 20 Jul 2023 23:45:39 +08:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Thu, 05 Oct 2023 10:39:44 +02:00
locking/seqlock: Fix typo in comment
s/the the
/the
[ mingo: Cleaned up the changelog. ]
Signed-off-by: Zizhen Pang <pangzizhen001@...suo.com>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Link: https://lore.kernel.org/r/70293ecd5bb7a1cd370fd4d95c35f936@208suo.com
---
include/linux/seqlock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h
index 987a59d..ea7a582 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.
*/
Powered by blists - more mailing lists