Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp4802363imu; Tue, 29 Jan 2019 07:46:24 -0800 (PST) X-Google-Smtp-Source: ALg8bN6CjTwLcGYoh2/Byyxo90De4k9K5nkxtYO1bkcLYOBF23f5C5nkuJ11p3IP6FFLYQLGzF2V X-Received: by 2002:a63:6c48:: with SMTP id h69mr23128510pgc.139.1548776784697; Tue, 29 Jan 2019 07:46:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548776784; cv=none; d=google.com; s=arc-20160816; b=U010zC9glxA9y8T5nPyEJ8bgPgXjxWm1i9jMULbUk8YItLurufFk6Td3lw75v8ftL2 mcl64JVPRLDt2LtLPMkLwKMT8VeQnoMEy0rvVLB5vp0JwjnYNSz937xczOXGBYEhip+z KCncFSUj5ZiGlN9XhOUoKWXwgHpRFY3ln4jg1ATPqMLRzliWRK9aX92zXkctdIjyGqeg N6VdInuvCmhGA9OzslGsTI+z6PFHHPh+kfLxfs8iedoKXODeb99CL3Ece7EjB7ciZosZ 641HWWv1QzzF9Is4nrZGoQ73ikgoykNLIe00zwmGmNKlcIi0UAROh2GrTBL91f1BPD6W 50XA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=uK59jP7yNAK/EIYxVXyFS/7hGiUI3rTOaZjhBKFxJj8=; b=qQWD5KY+EwIu/oxAhrUiRv4gA+9iMJSKWbuXvIPYgO7oRoH59e5eB/XcTH6ACg5DE2 UpMYCvbbYKWdSVRexuiCmSGjQEGz29f0aXHCEn+8BWWhz1iRgQEo82aFia6Y9fM5g9v2 5n2eW1bRwuKRm6RflCLq3NVxtsaxxfAB/QXqqehK7V4WNE5/TzxZXmSoaOQyF8p+5nE1 qjmOdAI+wTrOCooIFfL3BqxE2WU/wSxNCTvK8JBvRkJxdF7v1wroW6z3t6NfMsAhkYfD d+7pBDoekrgLBwPCoYzZ8xG+VcOlu1Us4c0DnDRA3frzMTTncEIBui1rBnRhQU4dtftj pkzA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d3si36853129pla.122.2019.01.29.07.46.09; Tue, 29 Jan 2019 07:46:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727839AbfA2PoT (ORCPT + 99 others); Tue, 29 Jan 2019 10:44:19 -0500 Received: from mx2.suse.de ([195.135.220.15]:48004 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725790AbfA2PoT (ORCPT ); Tue, 29 Jan 2019 10:44:19 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 06DADAD47; Tue, 29 Jan 2019 15:44:17 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id B34B01E3FFD; Tue, 29 Jan 2019 16:44:15 +0100 (CET) Date: Tue, 29 Jan 2019 16:44:15 +0100 From: Jan Kara To: Liu Xiang Cc: jack@suse.com, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, liuxiang_1999@126.com Subject: Re: [PATCH] ext2: Fix a typo in comment Message-ID: <20190129154415.GE29981@quack2.suse.cz> References: <1548765589-2920-1-git-send-email-liu.xiang6@zte.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1548765589-2920-1-git-send-email-liu.xiang6@zte.com.cn> 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 Tue 29-01-19 20:39:49, Liu Xiang wrote: > Fix a typo in ext2_get_blocks comment. > > Signed-off-by: Liu Xiang Thanks for the patch! Applied to my tree. Honza > --- > fs/ext2/inode.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c > index e4bb938..11da3fb 100644 > --- a/fs/ext2/inode.c > +++ b/fs/ext2/inode.c > @@ -717,7 +717,7 @@ static int ext2_get_blocks(struct inode *inode, > /* the number of blocks need to allocate for [d,t]indirect blocks */ > indirect_blks = (chain + depth) - partial - 1; > /* > - * Next look up the indirect map to count the totoal number of > + * Next look up the indirect map to count the total number of > * direct blocks to allocate for this branch. > */ > count = ext2_blks_to_allocate(partial, indirect_blks, > -- > 1.9.1 > > -- Jan Kara SUSE Labs, CR