ib_srpt: Fix a copy/paste bug

This commit is contained in:
Bart Van Assche
2017-01-11 09:02:26 -08:00
parent e45cbab700
commit ce4edcf7b3

View File

@@ -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;
}