]> Git Repo - linux.git/commitdiff
fs: nfs: delete repeated words in comments
authorRandy Dunlap <[email protected]>
Tue, 11 Aug 2020 02:18:35 +0000 (19:18 -0700)
committerTrond Myklebust <[email protected]>
Wed, 12 Aug 2020 13:46:22 +0000 (09:46 -0400)
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]>
fs/nfs/fs_context.c
fs/nfs/nfs4xdr.c

index ccc88be88d6aee7eaff4bf2828101a4d8e34aaa7..66949da0e82779891350964bc45e87872f9a8b78 100644 (file)
@@ -982,7 +982,7 @@ static int nfs23_parse_monolithic(struct fs_context *fc,
                /*
                 * The legacy version 6 binary mount data from userspace has a
                 * field used only to transport selinux information into the
-                * the kernel.  To continue to support that functionality we
+                * kernel.  To continue to support that functionality we
                 * have a touch of selinux knowledge here in the NFS code. The
                 * userspace code converted context=blah to just blah so we are
                 * converting back to the full string selinux understands.
index 79018938d6b3ab10ec95881a049f302045591760..0b3510f626237ced6b9eb8bc1f7c505214c1c58e 100644 (file)
@@ -5256,7 +5256,7 @@ static int decode_readlink(struct xdr_stream *xdr, struct rpc_rqst *req)
         * The XDR encode routine has set things up so that
         * the link text will be copied directly into the
         * buffer.  We just have to do overflow-checking,
-        * and and null-terminate the text (the VFS expects
+        * and null-terminate the text (the VFS expects
         * null-termination).
         */
        xdr_terminate_string(rcvbuf, len);
This page took 0.075653 seconds and 4 git commands to generate.