scsi: qedf: Fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:25 +0000 (13:11 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 24 May 2022 03:24:10 +0000 (23:24 -0400)
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>
drivers/scsi/qedf/qedf_io.c

index e57cc22..4750ec5 100644 (file)
@@ -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 */