aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-19 17:14:03 -0700
committerChuck Lever <[email protected]>2020-07-24 17:25:13 -0400
commit94a4beaa6b3756dbb661bc9a748574b9bc0cb4ae (patch)
treec6ddc5e0adf13076c87316ff5f3a29411919e844
parent986a4b63d3bc5f2c0eb4083b05aff2bf883b7b2f (diff)
nfsd: netns.h: delete a duplicated word
Drop the repeated word "the" in a comment. Signed-off-by: Randy Dunlap <[email protected]> Cc: "J. Bruce Fields" <[email protected]> Cc: Chuck Lever <[email protected]> Cc: [email protected] Signed-off-by: Chuck Lever <[email protected]>
-rw-r--r--fs/nfsd/netns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h
index 9217cb64bf0e..7346acda9d76 100644
--- a/fs/nfsd/netns.h
+++ b/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];
};