forked from Minki/linux
scsi: ibmvfc: fix typo in parameter description
Fix typo in parameter description. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Reviewed-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
73615428c7
commit
6c46301fc5
@ -88,7 +88,7 @@ module_param_named(log_level, log_level, uint, 0);
|
||||
MODULE_PARM_DESC(log_level, "Set to 0 - 4 for increasing verbosity of device driver. "
|
||||
"[Default=" __stringify(IBMVFC_DEFAULT_LOG_LEVEL) "]");
|
||||
module_param_named(cls3_error, cls3_error, uint, 0);
|
||||
MODULE_PARM_DESC(log_level, "Enable FC Class 3 Error Recovery. "
|
||||
MODULE_PARM_DESC(cls3_error, "Enable FC Class 3 Error Recovery. "
|
||||
"[Default=" __stringify(IBMVFC_CLS3_ERROR) "]");
|
||||
|
||||
static const struct {
|
||||
|
Loading…
Reference in New Issue
Block a user