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=-11.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 4ADF9C433E0 for ; Wed, 29 Jul 2020 17:05:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 304952075D for ; Wed, 29 Jul 2020 17:05:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726628AbgG2RFJ (ORCPT ); Wed, 29 Jul 2020 13:05:09 -0400 Received: from mx2.suse.de ([195.135.220.15]:46806 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726336AbgG2RFI (ORCPT ); Wed, 29 Jul 2020 13:05:08 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id C19A6B61F; Wed, 29 Jul 2020 17:05:18 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id BFFA71E12C7; Wed, 29 Jul 2020 19:05:06 +0200 (CEST) Date: Wed, 29 Jul 2020 19:05:06 +0200 From: Jan Kara To: kyoungho koo Cc: Theodore Ts'o , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ext4: Fix comment typo "the the". Message-ID: <20200729170506.GD16052@quack2.suse.cz> References: <20200424171620.GA11943@koo-Z370-HD3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200424171620.GA11943@koo-Z370-HD3> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat 25-04-20 02:16:24, kyoungho koo wrote: > I have found double typed comments "the the". So i modified it to > one "the" > > Signed-off-by: kyoungho koo Ted, this seems to have fallen through the cracks... Honza > --- > fs/ext4/inline.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext4/inline.c b/fs/ext4/inline.c > index f35e289e17aa..bb8d7cb7bdec 100644 > --- a/fs/ext4/inline.c > +++ b/fs/ext4/inline.c > @@ -276,7 +276,7 @@ static int ext4_create_inline_data(handle_t *handle, > len = 0; > } > > - /* Insert the the xttr entry. */ > + /* Insert the xttr entry. */ > i.value = value; > i.value_len = len; > > -- > 2.17.1 > -- Jan Kara SUSE Labs, CR