1
0

scsi: qla2xxx: Fix typo in driver

Signed-off-by: Milan P Gandhi <mgandhi@redhat.com>
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Milan P Gandhi
2017-03-31 14:37:04 -07:00
committed by Martin K. Petersen
parent 44a5b97712
commit 5a68a1c29f
5 changed files with 7 additions and 7 deletions

View File

@@ -695,7 +695,7 @@ qla2x00_sysfs_write_reset(struct file *filp, struct kobject *kobj,
case 0x2025e:
if (!IS_P3P_TYPE(ha) || vha != base_vha) {
ql_log(ql_log_info, vha, 0x7071,
"FCoE ctx reset no supported.\n");
"FCoE ctx reset not supported.\n");
return -EPERM;
}