[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220826100052.22945-6-jmaselbas@kalray.eu>
Date: Fri, 26 Aug 2022 12:00:34 +0200
From: Jules Maselbas <jmaselbas@...ray.eu>
To: linux-kernel@...r.kernel.org
Cc: Jules Maselbas <jmaselbas@...ray.eu>,
Ingo Molnar <mingo@...hat.com>, Will Deacon <will@...nel.org>
Subject: [PATCH] seqlock: Fix repeated word in comments
Remove redundant word `the`.
CC: Ingo Molnar <mingo@...hat.com>
CC: Will Deacon <will@...nel.org>
CC: linux-kernel@...r.kernel.org
Signed-off-by: Jules Maselbas <jmaselbas@...ray.eu>
---
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 3926e9027947..4e2ae90554cd 100644
--- a/include/linux/seqlock.h
+++ b/include/linux/seqlock.h
@@ -863,7 +863,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.17.1
Powered by blists - more mailing lists