[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211216144621.10746-1-wangxiang@cdjrlc.com>
Date: Thu, 16 Dec 2021 22:46:21 +0800
From: Xiang wangx <wangxiang@...rlc.com>
To: mingo@...hat.com
Cc: peterz@...radead.org, will@...nel.org, longman@...hat.com,
boqun.feng@...il.com, linux-kernel@...r.kernel.org,
Xiang wangx <wangxiang@...rlc.com>
Subject: [PATCH] seqlock: Fix typo in a comment
The double `the' in a comment is repeated, thus it should be removed.
Signed-off-by: Xiang wangx <wangxiang@...rlc.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 37ded6b8fee6..12156166c636 100644
--- a/include/linux/seqlock.h
+++ b/include/linux/seqlock.h
@@ -867,7 +867,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.
*/
--
2.20.1
Powered by blists - more mailing lists