mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
scsi: qedf: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/20220521111145.81697-75-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
0676f27583
commit
379ad771bb
@ -893,7 +893,7 @@ int qedf_post_io_req(struct qedf_rport *fcport, struct qedf_ioreq *io_req)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
/* Record LUN number for later use if we neeed them */
|
||||
/* Record LUN number for later use if we need them */
|
||||
io_req->lun = (int)sc_cmd->device->lun;
|
||||
|
||||
/* Obtain free SQE */
|
||||
|
Loading…
Reference in New Issue
Block a user