From nobody Mon Apr 6 21:34:17 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DD19ECAAD3 for ; Fri, 2 Sep 2022 01:30:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234159AbiIBBan (ORCPT ); Thu, 1 Sep 2022 21:30:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232420AbiIBBaj (ORCPT ); Thu, 1 Sep 2022 21:30:39 -0400 Received: from smtpbg.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42A1822B27 for ; Thu, 1 Sep 2022 18:30:34 -0700 (PDT) X-QQ-mid: bizesmtp85t1662082227t31puwkl Received: from localhost.localdomain ( [182.148.14.80]) by bizesmtp.qq.com (ESMTP) with id ; Fri, 02 Sep 2022 09:30:26 +0800 (CST) X-QQ-SSF: 01000000000000D0F000000A0000000 X-QQ-FEAT: prZinsztHh9V2zodRTFduMOAO3Dbs48bYrMaoTok4/gXB3uPh2ashbegAtV3c 2DO9tgxrak/JUkxZAwjI4E5gVQBN0/9b1+Cu5SUlUSzhlGeMixdtyB2gkd/MgnVFEs29yck NDUfoy8QveIHAtOC0PwumrPqwCIAAsTF3MtcgmPRc5iU7YaDHusTcsHk67DeMfslNMkNKy0 4joB7sYnzqbXem6WiarAmxjDLZYPes/YzoPJX2DmcCpEGFHm+/ik794ZS2sKP2F9zwLcWNY 5drbuFKIHcAOwBA05iyiFwtuozHQpBXKJpKalkzQ8Th4qsmEgKlmZHnqQNzEQ1ndQITkloL Sl/pswg/f1aBg/W+3t4qahYSxFiJW3JBFGny3uKwFQ7YZWv/vg= X-QQ-GoodBg: 0 From: Jilin Yuan To: peterz@infradead.org, mingo@redhat.com, will@kernel.org, longman@redhat.com, boqun.feng@gmail.com Cc: linux-kernel@vger.kernel.org, Jilin Yuan Subject: [PATCH] seqlock: fix repeated words in comments Date: Fri, 2 Sep 2022 09:30:20 +0800 Message-Id: <20220902013020.1934-1-yuanjilin@cdjrlc.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-QQ-SENDSIZE: 520 Feedback-ID: bizesmtp:cdjrlc.com:qybglogicsvr:qybglogicsvr4 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'the'. Signed-off-by: Jilin Yuan --- 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 *s= l, unsigned start) } =20 /* - * 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. */ --=20 2.36.1