diff mbox series

[-next] scsi: qla2xxx: tcm_qla2xxx: fix spelling mistakes

Message ID 20201214093018.5920-1-zhengyongjun3@huawei.com
State New
Headers show
Series [-next] scsi: qla2xxx: tcm_qla2xxx: fix spelling mistakes | expand

Commit Message

Zheng Yongjun Dec. 14, 2020, 9:30 a.m. UTC
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 drivers/scsi/qla2xxx/tcm_qla2xxx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/scsi/qla2xxx/tcm_qla2xxx.c b/drivers/scsi/qla2xxx/tcm_qla2xxx.c
index 61017acd3458..02d88117f423 100644
--- a/drivers/scsi/qla2xxx/tcm_qla2xxx.c
+++ b/drivers/scsi/qla2xxx/tcm_qla2xxx.c
@@ -1474,7 +1474,7 @@  static int tcm_qla2xxx_check_initiator_node_acl(
 		return -EINVAL;
 	}
 	/*
-	 * Format the FCP Initiator port_name into colon seperated values to
+	 * Format the FCP Initiator port_name into colon separated values to
 	 * match the format by tcm_qla2xxx explict ConfigFS NodeACLs.
 	 */
 	memset(&port_name, 0, 36);