Skip to content

Commit aa2c24e

Browse files
ematsumiyamartinkpetersen
authored andcommitted
scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit
Parameter ql2xenforce_iocb_limit is enabled by default. Link: https://lore.kernel.org/r/[email protected] Fixes: 89c72f4 ("scsi: qla2xxx: Add IOCB resource tracking") Reviewed-by: Daniel Wagner <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Enzo Matsumiya <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 389102a commit aa2c24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/qla_os.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ MODULE_PARM_DESC(ql2xfulldump_on_mpifail,
4242
int ql2xenforce_iocb_limit = 1;
4343
module_param(ql2xenforce_iocb_limit, int, S_IRUGO | S_IWUSR);
4444
MODULE_PARM_DESC(ql2xenforce_iocb_limit,
45-
"Enforce IOCB throttling, to avoid FW congestion. (default: 0)");
45+
"Enforce IOCB throttling, to avoid FW congestion. (default: 1)");
4646

4747
/*
4848
* CT6 CTX allocation cache

0 commit comments

Comments
 (0)