scsi: esas2r: Fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:10:50 +0000 (13:10 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 24 May 2022 03:24:09 +0000 (23:24 -0400)
Spelling mistake (triple letters) in comment.  Detected with the help of
Coccinelle.

Link: https://lore.kernel.org/r/20220521111145.81697-40-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/esas2r/esas2r_flash.c

index 429d64299fe94645736ba1bda08904c4128f5598..f910e2553fbbedc17e51534798c062d02e765281 100644 (file)
@@ -232,7 +232,7 @@ static bool load_image(struct esas2r_adapter *a, struct esas2r_request *rq)
         */
        rq->req_stat = RS_PENDING;
        if (test_bit(AF_DEGRADED_MODE, &a->flags))
-               /* not suppported for now */;
+               /* not supported for now */;
        else
                build_flash_msg(a, rq);