From mboxrd@z Thu Jan 1 00:00:00 1970 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 99301ECAAD5 for ; Fri, 9 Sep 2022 01:30:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230132AbiIIBau (ORCPT ); Thu, 8 Sep 2022 21:30:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230147AbiIIBa1 (ORCPT ); Thu, 8 Sep 2022 21:30:27 -0400 Received: from out30-133.freemail.mail.aliyun.com (out30-133.freemail.mail.aliyun.com [115.124.30.133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6512C2777 for ; Thu, 8 Sep 2022 18:30:06 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R121e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046051;MF=joseph.qi@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0VP6wCSJ_1662686961; Received: from 30.221.129.5(mailfrom:joseph.qi@linux.alibaba.com fp:SMTPD_---0VP6wCSJ_1662686961) by smtp.aliyun-inc.com; Fri, 09 Sep 2022 09:29:22 +0800 Message-ID: Date: Fri, 9 Sep 2022 09:29:21 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH] fs/ocfs2: fix repeated words in comments Content-Language: en-US To: wangjianli , mark@fasheh.com, jlbec@evilplan.org, akpm Cc: linux-kernel@vger.kernel.org References: <20220908130036.31149-1-wangjianli@cdjrlc.com> From: Joseph Qi In-Reply-To: <20220908130036.31149-1-wangjianli@cdjrlc.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/8/22 9:00 PM, wangjianli wrote: > 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(struct super_block *sb, > } > > /* > - * Calculate out the start and number of virtual clusters we need to to CoW. > + * 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.