diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 42bf0741c..2aa3e5420 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -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;