mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
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>
This commit is contained in:
parent
5445e08e11
commit
0676f27583
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user