Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1001971pxf; Thu, 8 Apr 2021 19:27:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxaYQ0+S23Y/Qr2hOzhmw3x2EIqCkXhbwYZAvTcRKQ2WeSPjNqONeLKTFuL0gw4x/RSz8W4 X-Received: by 2002:a17:90a:3ee3:: with SMTP id k90mr9852250pjc.147.1617935264887; Thu, 08 Apr 2021 19:27:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617935264; cv=none; d=google.com; s=arc-20160816; b=ZGFcuIP1SbDSocyXAHSP7T3jausf19inzw8KBQx0BT4mgFu4xcxoRCkvLEw3B5bzy+ dgSRH0s9P3mt65b78i04JVxzSS8itSZ5AnNHkAmhcjHp+b2lYR+xuqai9rZ4geMxYJbD FfNXFT85paL8MsoCkeIj/DuwSWorsGT7Oo4T/JFQf3iORNmxIAiC6ec7oMIeCBw6cjr3 oEaosE59l2/wsiCvRR6chWRF9hmxfr8isTb4itiLAP5aV5zZckSsm2wi49qhxz0zM8a8 P3JbztMYJjTDO8CM8z6ph2HEjuppKEF/MHvIRwhcHX/+DiKxR9ckssxeCwel9pfvda+f nt+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=5jtgxQX8tH7xYa2CND30HlZ+CPS5MPZ3wz34Asththg=; b=Vm8pk6djdolzH+qTVL7o/ShDFe3K0YPkJZd5PFPqugO4m5t8/CpqAYcsRl331NuIuG e2TLnT9yZ7CLYgX02SQNDB8ngCycKMi6W2fnL5uOTxpAVaPd3F12ArRyJaL1RnMImA7q IWfwYuOXppZoO2RD1FOXHlVLyZgvri2jDlnJFuL0d43R/8LQsB6iEDBck6pARiPJHxs6 CXzjDZy95FxoLH6JohErUYazPv7DX0ZGiIwxwVhXnyho9L+rDzos2ua59p0gSMR+Vi3d 9MCB22sl0dsqoekoovN2QiaBwl+sYfHWtSP0zy9+uqsqniDZXUxPULtFhEcy74DSWDjA +owQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i37si1218105pgb.26.2021.04.08.19.27.31; Thu, 08 Apr 2021 19:27:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232889AbhDICZm (ORCPT + 99 others); Thu, 8 Apr 2021 22:25:42 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:16852 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232862AbhDICZj (ORCPT ); Thu, 8 Apr 2021 22:25:39 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4FGhkT4TxJz9xgk; Fri, 9 Apr 2021 10:23:13 +0800 (CST) Received: from ubuntu1804.huawei.com (10.67.174.175) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.498.0; Fri, 9 Apr 2021 10:25:15 +0800 From: Lu Jialin To: Ryusuke Konishi , James Morris CC: Lu Jialin , Xiu Jianfeng , Xiang Yang , Wang Weiyang , Cui GaoSheng , Gong Ruiqi , , Subject: [PATCH v2 -next] nilfs2: Fix typos in comments Date: Fri, 9 Apr 2021 10:25:19 +0800 Message-ID: <20210409022519.176988-1-lujialin4@huawei.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210408140824.62010-1-lujialin4@huawei.com> References: <20210408140824.62010-1-lujialin4@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.174.175] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org numer -> number in fs/nilfs2/cpfile.c Decription -> Description in fs/nilfs2/ioctl.c isntance -> instance in fs/nilfs2/the_nilfs.c Signed-off-by: Lu Jialin --- v2: Exclude two typo fixes of "retured -> returned", which has been fixed in previous patch. fs/nilfs2/cpfile.c | 2 +- fs/nilfs2/ioctl.c | 4 ++-- fs/nilfs2/the_nilfs.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/nilfs2/cpfile.c b/fs/nilfs2/cpfile.c index 025fb082575a..ce144776b4ef 100644 --- a/fs/nilfs2/cpfile.c +++ b/fs/nilfs2/cpfile.c @@ -293,7 +293,7 @@ void nilfs_cpfile_put_checkpoint(struct inode *cpfile, __u64 cno, * nilfs_cpfile_delete_checkpoints - delete checkpoints * @cpfile: inode of checkpoint file * @start: start checkpoint number - * @end: end checkpoint numer + * @end: end checkpoint number * * Description: nilfs_cpfile_delete_checkpoints() deletes the checkpoints in * the period from @start to @end, excluding @end itself. The checkpoints diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c index b053b40315bf..d1db73030085 100644 --- a/fs/nilfs2/ioctl.c +++ b/fs/nilfs2/ioctl.c @@ -1058,7 +1058,7 @@ static int nilfs_ioctl_resize(struct inode *inode, struct file *filp, * @inode: inode object * @argp: pointer on argument from userspace * - * Decription: nilfs_ioctl_trim_fs is the FITRIM ioctl handle function. It + * Description: nilfs_ioctl_trim_fs is the FITRIM ioctl handle function. It * checks the arguments from userspace and calls nilfs_sufile_trim_fs, which * performs the actual trim operation. * @@ -1100,7 +1100,7 @@ static int nilfs_ioctl_trim_fs(struct inode *inode, void __user *argp) * @inode: inode object * @argp: pointer on argument from userspace * - * Decription: nilfs_ioctl_set_alloc_range() function defines lower limit + * Description: nilfs_ioctl_set_alloc_range() function defines lower limit * of segments in bytes and upper limit of segments in bytes. * The NILFS_IOCTL_SET_ALLOC_RANGE is used by nilfs_resize utility. * diff --git a/fs/nilfs2/the_nilfs.c b/fs/nilfs2/the_nilfs.c index 221a1cc597f0..8b7b01a380ce 100644 --- a/fs/nilfs2/the_nilfs.c +++ b/fs/nilfs2/the_nilfs.c @@ -195,7 +195,7 @@ static int nilfs_store_log_cursor(struct the_nilfs *nilfs, /** * load_nilfs - load and recover the nilfs * @nilfs: the_nilfs structure to be released - * @sb: super block isntance used to recover past segment + * @sb: super block instance used to recover past segment * * load_nilfs() searches and load the latest super root, * attaches the last segment, and does recovery if needed. -- 2.17.1