mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
ib_srpt: Fix a copy/paste bug
This commit is contained in:
@@ -4661,7 +4661,7 @@ static int __init srpt_init_module(void)
|
||||
|
||||
if (srpt_sq_size < MIN_SRPT_SQ_SIZE) {
|
||||
pr_err("invalid value %d for kernel module parameter srpt_sq_size -- must be at least %d.\n",
|
||||
srpt_srq_size, MIN_SRPT_SQ_SIZE);
|
||||
srpt_sq_size, MIN_SRPT_SQ_SIZE);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user