[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <70293ecd5bb7a1cd370fd4d95c35f936@208suo.com>
Date: Thu, 20 Jul 2023 23:45:39 +0800
From: pangzizhen001@...suo.com
To: peterz@...radead.org, mingo@...hat.com, will@...nel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] include/linux: Fix typos in comments
Delete duplicate word "the"
Signed-off-by: Zizhen Pang <pangzizhen001@...suo.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 e9bd2f65d7f4..af518e4d0c6b 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