提交 669a311b 编写于 作者: C Colin Ian King 提交者: Martin K. Petersen

scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"

Trivial fix to spelling mistake in pr_err message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Acked-by: NHimanshu Madhani <himanshu.madhani@cavium.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 a56e5740
...@@ -1738,7 +1738,7 @@ static struct se_wwn *tcm_qla2xxx_npiv_make_lport( ...@@ -1738,7 +1738,7 @@ static struct se_wwn *tcm_qla2xxx_npiv_make_lport(
p = strchr(tmp, '@'); p = strchr(tmp, '@');
if (!p) { if (!p) {
pr_err("Unable to locate NPIV '@' seperator\n"); pr_err("Unable to locate NPIV '@' separator\n");
return ERR_PTR(-EINVAL); return ERR_PTR(-EINVAL);
} }
*p++ = '\0'; *p++ = '\0';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册