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=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 23A70C433B4 for ; Fri, 9 Apr 2021 05:03:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E2FA661178 for ; Fri, 9 Apr 2021 05:03:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231147AbhDIFEE (ORCPT ); Fri, 9 Apr 2021 01:04:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:50020 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229498AbhDIFEC (ORCPT ); Fri, 9 Apr 2021 01:04:02 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9F961610A2; Fri, 9 Apr 2021 05:03:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1617944629; bh=coHVLr35H3ELoi+CXl8C2Wr0xPQxRdoYzoEQZi6k15I=; h=Date:From:To:Subject:From; b=iaLu52XHGMGsqdRerlE/svvPUxP7NtlgiN42O/I+8SW7lIWRMZ0EnAx2/U5cYgkk5 y6aGJyvzf6NASyJmjlCWGqAr6uha7L6GJaESNvPQIqJ9cJRxo4M3XyWEFxr8KH1spU NLEnJsLZ3Cow/QJYsuoK2lCgvsTnA9oaax7oRxyE= Date: Thu, 08 Apr 2021 22:03:49 -0700 From: akpm@linux-foundation.org To: konishi.ryusuke@gmail.com, lujialin4@huawei.com, mm-commits@vger.kernel.org Subject: + nilfs2-fix-typos-in-comments.patch added to -mm tree Message-ID: <20210409050349.MjOE98XXb%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org The patch titled Subject: nilfs2: fix typos in comments has been added to the -mm tree. Its filename is nilfs2-fix-typos-in-comments.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/nilfs2-fix-typos-in-comments.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/nilfs2-fix-typos-in-comments.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Lu Jialin Subject: nilfs2: fix typos in comments numer -> number in fs/nilfs2/cpfile.c Decription -> Description in fs/nilfs2/ioctl.c isntance -> instance in fs/nilfs2/the_nilfs.c Link: https://lkml.kernel.org/r/1617942951-14631-1-git-send-email-konishi.ryusuke@gmail.com Link: https://lore.kernel.org/r/20210409022519.176988-1-lujialin4@huawei.com Signed-off-by: Lu Jialin Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton --- fs/nilfs2/cpfile.c | 2 +- fs/nilfs2/ioctl.c | 4 ++-- fs/nilfs2/the_nilfs.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) --- a/fs/nilfs2/cpfile.c~nilfs2-fix-typos-in-comments +++ a/fs/nilfs2/cpfile.c @@ -293,7 +293,7 @@ void nilfs_cpfile_put_checkpoint(struct * 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 --- a/fs/nilfs2/ioctl.c~nilfs2-fix-typos-in-comments +++ a/fs/nilfs2/ioctl.c @@ -1058,7 +1058,7 @@ out: * @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 in * @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. * --- a/fs/nilfs2/the_nilfs.c~nilfs2-fix-typos-in-comments +++ a/fs/nilfs2/the_nilfs.c @@ -195,7 +195,7 @@ static int nilfs_store_log_cursor(struct /** * 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. _ Patches currently in -mm which might be from lujialin4@huawei.com are nilfs2-fix-typos-in-comments.patch mm-fix-typos-in-comments-2.patch