mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
ib_srpt: Fix a logging statement
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7182 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4663,7 +4663,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