Skip to content

Commit 379ad77

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: qedf: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 0676f27 commit 379ad77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/qedf/qedf_io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req)
893893
return -EINVAL;
894894
}
895895

896-
/* Record LUN number for later use if we neeed them */
896+
/* Record LUN number for later use if we need them */
897897
io_req->lun = (int)sc_cmd->device->lun;
898898

899899
/* Obtain free SQE */

0 commit comments

Comments
 (0)