From patchwork Sat Aug 24 01:43:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Li Lingfeng X-Patchwork-Id: 13776159 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 03BA96FC3; Sat, 24 Aug 2024 01:33:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.255 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724463220; cv=none; b=b4QtuoQoPirtJJ9fxaUBL+e/Z4k6yG+r8LcpUCRjWfa1UzdRpgWiEVeSSZgnYG5z5Iy3mfin9pCvfOBP8qdvKya4Wp8ecoBMlXf4vwxfZVuk9EYX0efbQevMod6tBcs8P6fKuQFPRjtO4KT0h/YrhFFivAH6fqbCGcz5CwGjdnA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724463220; c=relaxed/simple; bh=K/trKbCCZ1ml1Cu8v4d6qTqwZuqMYsv5ue7sGf5wkbc=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=q/SXlN5Tmn+VpUubWwUGKXDXHgSgywwCrm9Yw6hFuVPdXV+XMxIQNFGUCh64Pdh0gTW3NwTT96GPyu7Z040RdjEYCteYFfmJH5EhVQ+04i2M/3cttZjrPaoH/BYGn1hS8bs2jShq6VYAD+K5NzQolGMETDJzca+MmQvgSQ6zHuY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.255 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.252]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4WrKFH5xVPz13wP4; Sat, 24 Aug 2024 09:32:51 +0800 (CST) Received: from kwepemg500017.china.huawei.com (unknown [7.202.181.81]) by mail.maildlp.com (Postfix) with ESMTPS id 38C571800D2; Sat, 24 Aug 2024 09:33:34 +0800 (CST) Received: from huawei.com (10.175.127.227) by kwepemg500017.china.huawei.com (7.202.181.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Sat, 24 Aug 2024 09:33:32 +0800 From: Li Lingfeng To: , , , , , , , CC: , , , , , , , Subject: [PATCH v2 0/2] nfs/nfsd: fix some comments Date: Sat, 24 Aug 2024 09:43:34 +0800 Message-ID: <20240824014336.537937-1-lilingfeng3@huawei.com> X-Mailer: git-send-email 2.31.1 Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemg500017.china.huawei.com (7.202.181.81) v1->v2: Change the title of [PATCH 1/4] since it is a NFS client patch, not a nfsd patch; Made a small change of [PATCH 2/4] to make the comments more syntactically; Remove [PATCH 3/4] since it's meaningless; Remove [PATCH 4/4] since it has been applied to nfsd-next for v6.12. v1: https://lore.kernel.org/all/20240823070049.3499625-1-lilingfeng3@huawei.com/ Li Lingfeng (2): nfs: fix the comment of nfs_get_root nfsd: fix some spelling errors in comments fs/nfs/getroot.c | 2 +- fs/nfsd/nfs4state.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)