From nobody Mon Apr 6 09:43:16 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 08199C54EE9 for ; Thu, 8 Sep 2022 13:01:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232070AbiIHNBO (ORCPT ); Thu, 8 Sep 2022 09:01:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230204AbiIHNBK (ORCPT ); Thu, 8 Sep 2022 09:01:10 -0400 Received: from bg4.exmail.qq.com (bg4.exmail.qq.com [43.154.221.58]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6844B6D24 for ; Thu, 8 Sep 2022 06:01:07 -0700 (PDT) X-QQ-mid: bizesmtp88t1662642044tsh4e9g9 Received: from localhost.localdomain ( [182.148.14.0]) by bizesmtp.qq.com (ESMTP) with id ; Thu, 08 Sep 2022 21:00:42 +0800 (CST) X-QQ-SSF: 01000000002000B0C000B00A0000000 X-QQ-FEAT: XDJ14wmgNKJoeap5lje7hLSGIYagNWUyabHRa2VZa8DmMAITgj1Hm9lmMUgn7 HuV9k3Cix+lAh/Iv9Mov4aO2pUaL8dd8admCuUKNao6FXWHUBNNIPafY7bhPM/8APAtOGbz Qx++dCbUALr4TNPTnP60W9yIr6gWKJiOnYboRTE6mpYQplJrP1PjPku++YXdXWr3PhJeErd fDiVfxBBnuo0S2hQy4kAsHAiXx5LyqHDwDqGJQiO4GWJ1v8xYBC6LxHl5Y4Uk6oLuS0M2Z2 cxhbqS0CDvl30RpknHMHnWVauYC/eV87fYXaJ5sU7CoeWf/N1uXLJpSMGXyR96qqJBdTTMm +Kh91u24wsvzre5oa1pJUw/tdcPulXonXGuP6baGgicOH3RacU= X-QQ-GoodBg: 0 From: wangjianli To: mark@fasheh.com, jlbec@evilplan.org, joseph.qi@linux.alibaba.com Cc: linux-kernel@vger.kernel.org, wangjianli Subject: [PATCH] fs/ocfs2: fix repeated words in comments Date: Thu, 8 Sep 2022 21:00:36 +0800 Message-Id: <20220908130036.31149-1-wangjianli@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:qybglogicsvr7 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Delete the redundant word 'to'. Signed-off-by: wangjianli Acked-by: Joseph Qi --- fs/ocfs2/refcounttree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ocfs2/refcounttree.c b/fs/ocfs2/refcounttree.c index b2ebaec86ddc..365025ab2726 100644 --- a/fs/ocfs2/refcounttree.c +++ b/fs/ocfs2/refcounttree.c @@ -2614,7 +2614,7 @@ static inline unsigned int ocfs2_cow_align_length(str= uct super_block *sb, } =20 /* - * Calculate out the start and number of virtual clusters we need to to Co= W. + * Calculate out the start and number of virtual clusters we need to CoW. * * cpos is vitual start cluster position we want to do CoW in a * file and write_len is the cluster length. --=20 2.36.1