mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
Shortened a kernel module parameter description.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2106 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -96,8 +96,7 @@ static atomic_t srpt_device_count;
|
||||
#if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)
|
||||
static unsigned long trace_flag = DEFAULT_SRPT_TRACE_FLAGS;
|
||||
module_param(trace_flag, long, 0644);
|
||||
MODULE_PARM_DESC(trace_flag,
|
||||
"Trace flags for the ib_srpt kernel module.");
|
||||
MODULE_PARM_DESC(trace_flag, "SCST trace flags.");
|
||||
#endif
|
||||
#if defined(CONFIG_SCST_DEBUG)
|
||||
static unsigned long processing_delay_in_us;
|
||||
|
||||
Reference in New Issue
Block a user