summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpangzizhen001@208suo.com <pangzizhen001@208suo.com>2023-07-20 23:45:39 +0800
committerIngo Molnar <mingo@kernel.org>2023-10-05 10:39:44 +0200
commit0cff993e08a7578e2c1df93a95fc5059f447e7ae (patch)
tree14099249514c4b05479b677cbbc6e02bf18bd01d
parent01a99a750a4f414c221781de2e5570e0ceae04b5 (diff)
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
-rw-r--r--include/linux/seqlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/seqlock.h b/include/linux/seqlock.h
index 987a59d977c5..ea7a58258af6 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.
*/