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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAAE3C433E0 for ; Thu, 23 Jul 2020 17:23:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 874A320792 for ; Thu, 23 Jul 2020 17:23:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595524980; bh=MoAmf1Myeg0db8BaCfPvVMD6xZai1l4bFIFtixP9k7o=; h=Subject:From:To:Cc:Date:In-Reply-To:References:List-ID:From; b=GDmyoCNsHi+xPTUB5ujmh1bBczdRr+6VsFmtsZ6ZMiWFW0+ssZq3wCPzpVh2H/MWj ysECCgMI6C613hTqHyG7ccnGcrt4ccWTO9Siyr+/eeZqoEow06Iy72tWBeNFPYmtnF 11btNUZgiZmZtMOOlQRdcSiJ6FgwXenWIqr6qFZ0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730070AbgGWRW7 (ORCPT ); Thu, 23 Jul 2020 13:22:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:46902 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726814AbgGWRW7 (ORCPT ); Thu, 23 Jul 2020 13:22:59 -0400 Received: from tleilax.poochiereds.net (68-20-15-154.lightspeed.rlghnc.sbcglobal.net [68.20.15.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4870920714; Thu, 23 Jul 2020 17:22:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595524978; bh=MoAmf1Myeg0db8BaCfPvVMD6xZai1l4bFIFtixP9k7o=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=C8K5jUGN4lm5puEmLaAeeiHc5RpxPtdHKGGgJ8tUzDsH8FWfhloAW8B24CjslBlQS LA8CC5WmFEvL+O/HIjVyvpoqV84OumIpPzWKGD9Z1vQGCg5fFdtztdW8aN3cAguDa1 RMVqhpX08FKVRdRx74SyAbSlZ81lLw8qTiO8oDiQ= Message-ID: Subject: Re: [PATCH] ceph: super.h: delete a duplicated word From: Jeff Layton To: Randy Dunlap , linux-kernel@vger.kernel.org Cc: Ilya Dryomov , ceph-devel@vger.kernel.org Date: Thu, 23 Jul 2020 13:22:56 -0400 In-Reply-To: <20200720001259.21668-1-rdunlap@infradead.org> References: <20200720001259.21668-1-rdunlap@infradead.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.3 (3.36.3-1.fc32) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2020-07-19 at 17:12 -0700, Randy Dunlap wrote: > Drop the repeated word "the" in a comment. > > Signed-off-by: Randy Dunlap > Cc: Jeff Layton > Cc: Ilya Dryomov > Cc: ceph-devel@vger.kernel.org > --- > fs/ceph/super.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200717.orig/fs/ceph/super.h > +++ linux-next-20200717/fs/ceph/super.h > @@ -353,7 +353,7 @@ struct ceph_inode_info { > unsigned i_dirty_caps, i_flushing_caps; /* mask of dirtied fields */ > > /* > - * Link to the the auth cap's session's s_cap_dirty list. s_cap_dirty > + * Link to the auth cap's session's s_cap_dirty list. s_cap_dirty > * is protected by the mdsc->cap_dirty_lock, but each individual item > * is also protected by the inode's i_ceph_lock. Walking s_cap_dirty > * requires the mdsc->cap_dirty_lock. List presence for an item can Thanks, merged into testing branch. If you have more of these, then it might be good to bundle them up into a fs/ceph-wide patch. There is no shortage of grammatical errors in fs/ceph so there could be a lot of these. -- Jeff Layton