提交 b97f5d0b 编写于 作者: S Steven J. Magnani 提交者: James Bottomley

[SCSI] qla2xxx: Re-sync module parameter descriptions with the code

Fix module parameter descriptions mentioning default values that no longer
match the code.
Signed-off-by: NSteven J. Magnani <steve@digidescorp.com>
Acked-by: NChad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
上级 b2a72ec3
...@@ -120,15 +120,17 @@ MODULE_PARM_DESC(ql2xmaxqdepth, ...@@ -120,15 +120,17 @@ MODULE_PARM_DESC(ql2xmaxqdepth,
int ql2xenabledif = 2; int ql2xenabledif = 2;
module_param(ql2xenabledif, int, S_IRUGO); module_param(ql2xenabledif, int, S_IRUGO);
MODULE_PARM_DESC(ql2xenabledif, MODULE_PARM_DESC(ql2xenabledif,
" Enable T10-CRC-DIF " " Enable T10-CRC-DIF:\n"
" Default is 0 - No DIF Support. 1 - Enable it" " Default is 2.\n"
", 2 - Enable DIF for all types, except Type 0."); " 0 -- No DIF Support\n"
" 1 -- Enable DIF for all types\n"
" 2 -- Enable DIF for all types, except Type 0.\n");
int ql2xenablehba_err_chk = 2; int ql2xenablehba_err_chk = 2;
module_param(ql2xenablehba_err_chk, int, S_IRUGO|S_IWUSR); module_param(ql2xenablehba_err_chk, int, S_IRUGO|S_IWUSR);
MODULE_PARM_DESC(ql2xenablehba_err_chk, MODULE_PARM_DESC(ql2xenablehba_err_chk,
" Enable T10-CRC-DIF Error isolation by HBA:\n" " Enable T10-CRC-DIF Error isolation by HBA:\n"
" Default is 1.\n" " Default is 2.\n"
" 0 -- Error isolation disabled\n" " 0 -- Error isolation disabled\n"
" 1 -- Error isolation enabled only for DIX Type 0\n" " 1 -- Error isolation enabled only for DIX Type 0\n"
" 2 -- Error isolation enabled for all Types\n"); " 2 -- Error isolation enabled for all Types\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册