diff options
author | Wei Yongjun <weiyongjun1@huawei.com> | 2016-10-28 14:37:02 +0000 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2016-12-01 18:00:11 -0500 |
commit | f36ab161bebe464d33b998294eff29b17a9c8918 (patch) | |
tree | f5a48a7049ee003d40be9084bb03cdad1421fe3f /fs/nfs/super.c | |
parent | d51fdb87a611f8ef50518df7187173ae10469fd0 (diff) | |
download | linux-stable-f36ab161bebe464d33b998294eff29b17a9c8918.tar.gz linux-stable-f36ab161bebe464d33b998294eff29b17a9c8918.tar.bz2 linux-stable-f36ab161bebe464d33b998294eff29b17a9c8918.zip |
NFS: fix typo in parameter description
Fix typo in parameter description.
Fixes: 5405fc44c337 ("NFSv4.x: Add kernel parameter to control the
callback server")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 001796bcd6c8..ddce94ce8142 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c @@ -2904,7 +2904,7 @@ module_param(max_session_slots, ushort, 0644); MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 " "requests the client will negotiate"); module_param(max_session_cb_slots, ushort, 0644); -MODULE_PARM_DESC(max_session_slots, "Maximum number of parallel NFSv4.1 " +MODULE_PARM_DESC(max_session_cb_slots, "Maximum number of parallel NFSv4.1 " "callbacks the client will process for a given server"); module_param(send_implementation_id, ushort, 0644); MODULE_PARM_DESC(send_implementation_id, |