Skip to content

Commit 017b3f8

Browse files
Colin Ian Kingmartinkpetersen
Colin Ian King
authored andcommitted
scsi: snic: fix a couple of spelling mistakes: "COMPLETE"
Trivial fix to spelling mistakes/typos: "SNIC_IOREQ_ABTS_COMPELTE" -> "SNIC_IOREQ_ABTS_COMPLETE" "SNIC_IOREQ_LR_COMPELTE" -> "SNIC_IOREQ_LR_COMPLETE" "SNIC_IOREQ_CMD_COMPELTE" -> "SNIC_IOREQ_CMD_COMPLETE" Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent bd81372 commit 017b3f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/scsi/snic/snic_scsi.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ static const char * const snic_req_state_str[] = {
4747
[SNIC_IOREQ_NOT_INITED] = "SNIC_IOREQ_NOT_INITED",
4848
[SNIC_IOREQ_PENDING] = "SNIC_IOREQ_PENDING",
4949
[SNIC_IOREQ_ABTS_PENDING] = "SNIC_IOREQ_ABTS_PENDING",
50-
[SNIC_IOREQ_ABTS_COMPLETE] = "SNIC_IOREQ_ABTS_COMPELTE",
50+
[SNIC_IOREQ_ABTS_COMPLETE] = "SNIC_IOREQ_ABTS_COMPLETE",
5151
[SNIC_IOREQ_LR_PENDING] = "SNIC_IOREQ_LR_PENDING",
52-
[SNIC_IOREQ_LR_COMPLETE] = "SNIC_IOREQ_LR_COMPELTE",
53-
[SNIC_IOREQ_COMPLETE] = "SNIC_IOREQ_CMD_COMPELTE",
52+
[SNIC_IOREQ_LR_COMPLETE] = "SNIC_IOREQ_LR_COMPLETE",
53+
[SNIC_IOREQ_COMPLETE] = "SNIC_IOREQ_CMD_COMPLETE",
5454
};
5555

5656
/* snic cmd status strings */

0 commit comments

Comments
 (0)