Commit 94a4beaa authored by Randy Dunlap's avatar Randy Dunlap Committed by Chuck Lever
Browse files

nfsd: netns.h: delete a duplicated word



Drop the repeated word "the" in a comment.

Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-nfs@vger.kernel.org
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 986a4b63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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];
};