diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-19 17:14:03 -0700 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2020-07-24 17:25:13 -0400 |
commit | 94a4beaa6b3756dbb661bc9a748574b9bc0cb4ae (patch) | |
tree | c6ddc5e0adf13076c87316ff5f3a29411919e844 /fs/nfsd | |
parent | 986a4b63d3bc5f2c0eb4083b05aff2bf883b7b2f (diff) | |
download | linux-94a4beaa6b3756dbb661bc9a748574b9bc0cb4ae.tar.bz2 |
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>
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/netns.h | 2 |
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]; }; |