From d3de2b58aeec2c058175dac4b82b1e9e8b1f67b0 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 2 Jun 2011 10:04:22 +0000 Subject: [PATCH] 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 --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;