Skip to content

Commit a503291

Browse files
rddunlapTrond Myklebust
authored andcommitted
fs: nfs: delete repeated words in comments
Drop duplicated words {the, and} in comments. Signed-off-by: Randy Dunlap <[email protected]> Cc: Trond Myklebust <[email protected]> Cc: Anna Schumaker <[email protected]> Cc: [email protected] Signed-off-by: Trond Myklebust <[email protected]>
1 parent 8fe5db9 commit a503291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fs/nfs/fs_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ static int nfs23_parse_monolithic(struct fs_context *fc,
982982
/*
983983
* The legacy version 6 binary mount data from userspace has a
984984
* field used only to transport selinux information into the
985-
* the kernel. To continue to support that functionality we
985+
* kernel. To continue to support that functionality we
986986
* have a touch of selinux knowledge here in the NFS code. The
987987
* userspace code converted context=blah to just blah so we are
988988
* converting back to the full string selinux understands.

fs/nfs/nfs4xdr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5256,7 +5256,7 @@ static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req)
52565256
* The XDR encode routine has set things up so that
52575257
* the link text will be copied directly into the
52585258
* buffer. We just have to do overflow-checking,
5259-
* and and null-terminate the text (the VFS expects
5259+
* and null-terminate the text (the VFS expects
52605260
* null-termination).
52615261
*/
52625262
xdr_terminate_string(rcvbuf, len);

0 commit comments

Comments
 (0)