Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nfsd: netns.h: delete a duplicated word

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
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

authored by

Randy Dunlap and committed by
Chuck Lever
94a4beaa 986a4b63

+1 -1
+1 -1
fs/nfsd/netns.h
··· 171 171 unsigned int longest_chain_cachesize; 172 172 173 173 struct shrinker nfsd_reply_cache_shrinker; 174 - /* utsname taken from the the process that starts the server */ 174 + /* utsname taken from the process that starts the server */ 175 175 char nfsd_name[UNX_MAXNODENAME+1]; 176 176 }; 177 177