[PATCH] scsi: esas2r: fix typo in comment

Julia Lawall posted 1 patch 3 years, 11 months ago
drivers/scsi/esas2r/esas2r_flash.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: esas2r: fix typo in comment
Posted by Julia Lawall 3 years, 11 months ago
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/scsi/esas2r/esas2r_flash.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
Re: [PATCH] scsi: esas2r: fix typo in comment
Posted by Martin K. Petersen 3 years, 11 months ago
On Sat, 21 May 2022 13:10:50 +0200, Julia Lawall wrote:

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> 

Applied to 5.19/scsi-queue, thanks!

[1/1] scsi: esas2r: fix typo in comment
      https://git.kernel.org/mkp/scsi/c/0676f275837c

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH] scsi: esas2r: fix typo in comment
Posted by Martin K. Petersen 3 years, 11 months ago
Julia,

> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.

Applied to 5.19/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering