diff mbox series

nfsd: netns.h: delete a duplicated word

Message ID 20200720001403.26974-1-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series nfsd: netns.h: delete a duplicated word | expand

Commit Message

Randy Dunlap July 20, 2020, 12:14 a.m. UTC
Drop the repeated word "the" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-nfs@vger.kernel.org
---
 fs/nfsd/netns.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chuck Lever July 20, 2020, 12:01 p.m. UTC | #1
> On Jul 19, 2020, at 8:14 PM, Randy Dunlap <rdunlap@infradead.org> wrote:
> 
> Drop the repeated word "the" in a comment.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: "J. Bruce Fields" <bfields@fieldses.org>
> Cc: Chuck Lever <chuck.lever@oracle.com>
> Cc: linux-nfs@vger.kernel.org

Acked-by: Chuck Lever <chuck.lever@oracle.com>


> ---
> fs/nfsd/netns.h |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20200717.orig/fs/nfsd/netns.h
> +++ linux-next-20200717/fs/nfsd/netns.h
> @@ -171,7 +171,7 @@ struct nfsd_net {
> 	unsigned int             longest_chain_cachesize;
> 
> 	struct shrinker		nfsd_reply_cache_shrinker;
> -	/* utsname taken from the the process that starts the server */
> +	/* utsname taken from the process that starts the server */
> 	char			nfsd_name[UNX_MAXNODENAME+1];
> };
> 

--
Chuck Lever
diff mbox series

Patch

--- linux-next-20200717.orig/fs/nfsd/netns.h
+++ linux-next-20200717/fs/nfsd/netns.h
@@ -171,7 +171,7 @@  struct nfsd_net {
 	unsigned int             longest_chain_cachesize;
 
 	struct shrinker		nfsd_reply_cache_shrinker;
-	/* utsname taken from the the process that starts the server */
+	/* utsname taken from the process that starts the server */
 	char			nfsd_name[UNX_MAXNODENAME+1];
 };