mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 13:41:27 +00:00
ib_srpt: Fixed srp_max_rsp_size kernel module parameter description.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3512 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -120,7 +120,7 @@ MODULE_PARM_DESC(srp_max_req_size,
|
||||
|
||||
static unsigned int srp_max_rsp_size = DEFAULT_MAX_RSP_SIZE;
|
||||
module_param(srp_max_rsp_size, int, 0444);
|
||||
MODULE_PARM_DESC(thread,
|
||||
MODULE_PARM_DESC(srp_max_rsp_size,
|
||||
"Maximum size of SRP response messages in bytes.");
|
||||
|
||||
static int srpt_srq_size = DEFAULT_SRPT_SRQ_SIZE;
|
||||
|
||||
Reference in New Issue
Block a user