* [PATCH] NFSD: Fix space and spelling mistake
@ 2022-06-23 8:20 Zhang Jiaming
2022-06-23 14:11 ` Chuck Lever III
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Jiaming @ 2022-06-23 8:20 UTC (permalink / raw)
To: chuck.lever, jlayton
Cc: linux-nfs, linux-kernel, liqiong, renyu, Zhang Jiaming
Add a blank space after ','.
Change 'succesful' to 'successful'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
fs/nfsd/nfs4proc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
index 3895eb52d2b1..d267b9bcf1fc 100644
--- a/fs/nfsd/nfs4proc.c
+++ b/fs/nfsd/nfs4proc.c
@@ -828,7 +828,7 @@ nfsd4_create(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
goto out_umask;
status = nfsd_create(rqstp, &cstate->current_fh,
create->cr_name, create->cr_namelen,
- &create->cr_iattr,S_IFCHR, rdev, &resfh);
+ &create->cr_iattr, S_IFCHR, rdev, &resfh);
break;
case NF4SOCK:
@@ -2711,7 +2711,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp)
if (op->opdesc->op_flags & OP_MODIFIES_SOMETHING) {
/*
* Don't execute this op if we couldn't encode a
- * succesful reply:
+ * successful reply:
*/
u32 plen = op->opdesc->op_rsize_bop(rqstp, op);
/*
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] NFSD: Fix space and spelling mistake
2022-06-23 8:20 [PATCH] NFSD: Fix space and spelling mistake Zhang Jiaming
@ 2022-06-23 14:11 ` Chuck Lever III
0 siblings, 0 replies; 2+ messages in thread
From: Chuck Lever III @ 2022-06-23 14:11 UTC (permalink / raw)
To: Zhang Jiaming; +Cc: Jeff Layton, Linux NFS Mailing List, LKML, liqiong, renyu
> On Jun 23, 2022, at 4:20 AM, Zhang Jiaming <jiaming@nfschina.com> wrote:
>
> Add a blank space after ','.
> Change 'succesful' to 'successful'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Thanks, applied for the next merge window.
> ---
> fs/nfsd/nfs4proc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
> index 3895eb52d2b1..d267b9bcf1fc 100644
> --- a/fs/nfsd/nfs4proc.c
> +++ b/fs/nfsd/nfs4proc.c
> @@ -828,7 +828,7 @@ nfsd4_create(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
> goto out_umask;
> status = nfsd_create(rqstp, &cstate->current_fh,
> create->cr_name, create->cr_namelen,
> - &create->cr_iattr,S_IFCHR, rdev, &resfh);
> + &create->cr_iattr, S_IFCHR, rdev, &resfh);
> break;
>
> case NF4SOCK:
> @@ -2711,7 +2711,7 @@ nfsd4_proc_compound(struct svc_rqst *rqstp)
> if (op->opdesc->op_flags & OP_MODIFIES_SOMETHING) {
> /*
> * Don't execute this op if we couldn't encode a
> - * succesful reply:
> + * successful reply:
> */
> u32 plen = op->opdesc->op_rsize_bop(rqstp, op);
> /*
> --
> 2.25.1
>
--
Chuck Lever
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-23 14:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 8:20 [PATCH] NFSD: Fix space and spelling mistake Zhang Jiaming
2022-06-23 14:11 ` Chuck Lever III
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®