Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Martin K. Petersen
379ad771 0676f275

+1 -1
+1 -1
drivers/scsi/qedf/qedf_io.c
··· 893 893 return -EINVAL; 894 894 } 895 895 896 - /* Record LUN number for later use if we neeed them */ 896 + /* Record LUN number for later use if we need them */ 897 897 io_req->lun = (int)sc_cmd->device->lun; 898 898 899 899 /* Obtain free SQE */