Skip to content

Commit 669a311

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"
Trivial fix to spelling mistake in pr_err message Signed-off-by: Colin Ian King <[email protected]> Acked-by: Himanshu Madhani <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent a56e574 commit 669a311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qla2xxx/tcm_qla2xxx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ static struct se_wwn *tcm_qla2xxx_npiv_make_lport(
17381738

17391739
p = strchr(tmp, '@');
17401740
if (!p) {
1741-
pr_err("Unable to locate NPIV '@' seperator\n");
1741+
pr_err("Unable to locate NPIV '@' separator\n");
17421742
return ERR_PTR(-EINVAL);
17431743
}
17441744
*p++ = '\0';

0 commit comments

Comments
 (0)