diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-05-21 14:10:50 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2022-05-24 06:24:09 +0300 |
commit | 0676f275837ccab6c75a49bb0533ed519a0a9d7f (patch) | |
tree | 5d881e13919d675670de0dacac86937cdeba6fbb | |
parent | 5445e08e115906163a39917c747b00083f88f270 (diff) | |
download | linux-0676f275837ccab6c75a49bb0533ed519a0a9d7f.tar.xz |
scsi: esas2r: Fix typo in comment
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>
-rw-r--r-- | drivers/scsi/esas2r/esas2r_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/esas2r/esas2r_flash.c b/drivers/scsi/esas2r/esas2r_flash.c index 429d64299fe9..f910e2553fbb 100644 --- a/drivers/scsi/esas2r/esas2r_flash.c +++ b/drivers/scsi/esas2r/esas2r_flash.c @@ -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); |