Skip to content

Commit 0676f27

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: esas2r: Fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 5445e08 commit 0676f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/esas2r/esas2r_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ static bool load_image(struct esas2r_adapter *a, struct esas2r_request *rq)
232232
*/
233233
rq->req_stat = RS_PENDING;
234234
if (test_bit(AF_DEGRADED_MODE, &a->flags))
235-
/* not suppported for now */;
235+
/* not supported for now */;
236236
else
237237
build_flash_msg(a, rq);
238238

0 commit comments

Comments
 (0)