]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - queue-5.15/nfsd-fix-space-and-spelling-mistake.patch
5.4-stable patches
[thirdparty/kernel/stable-queue.git] / queue-5.15 / nfsd-fix-space-and-spelling-mistake.patch
CommitLineData
52761858
SL
1From 83d9cc3ff1602332d08f47c3d9e415a86ae9a120 Mon Sep 17 00:00:00 2001
2From: Sasha Levin <sashal@kernel.org>
3Date: Thu, 23 Jun 2022 16:20:05 +0800
4Subject: NFSD: Fix space and spelling mistake
5
6From: Zhang Jiaming <jiaming@nfschina.com>
7
8[ Upstream commit f532c9ff103897be0e2a787c0876683c3dc39ed3 ]
9
10Add a blank space after ','.
11Change 'succesful' to 'successful'.
12
13Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
14Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
15---
16 fs/nfsd/nfs4proc.c | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
20index 5b56877c7fb57..d70c4e78f0b3f 100644
21--- a/fs/nfsd/nfs4proc.c
22+++ b/fs/nfsd/nfs4proc.c
23@@ -828,7 +828,7 @@ nfsd4_create(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
24 goto out_umask;
25 status = nfsd_create(rqstp, &cstate->current_fh,
26 create->cr_name, create->cr_namelen,
27- &create->cr_iattr,S_IFCHR, rdev, &resfh);
28+ &create->cr_iattr, S_IFCHR, rdev, &resfh);
29 break;
30
31 case NF4SOCK:
32@@ -2712,7 +2712,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp)
33 if (op->opdesc->op_flags & OP_MODIFIES_SOMETHING) {
34 /*
35 * Don't execute this op if we couldn't encode a
36- * succesful reply:
37+ * successful reply:
38 */
39 u32 plen = op->opdesc->op_rsize_bop(rqstp, op);
40 /*
41--
422.43.0
43