[PATCH] scsi: pmcraid: fix typo in comment

Julia Lawall posted 1 patch 3 years, 11 months ago
drivers/scsi/pmcraid.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: pmcraid: 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/pmcraid.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c
index 3d5cd337a2a6..bfce60183a6e 100644
--- a/drivers/scsi/pmcraid.c
+++ b/drivers/scsi/pmcraid.c
@@ -1434,7 +1434,7 @@ static int pmcraid_notify_aen(
 		return -EINVAL;
 	}
 
-	/* send genetlink multicast message to notify appplications */
+	/* send genetlink multicast message to notify applications */
 	genlmsg_end(skb, msg_header);
 
 	result = genlmsg_multicast(&pmcraid_event_family, skb,
Re: [PATCH] scsi: pmcraid: fix typo in comment
Posted by Martin K. Petersen 3 years, 11 months ago
On Sat, 21 May 2022 13:11:39 +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: pmcraid: fix typo in comment
      https://git.kernel.org/mkp/scsi/c/f6e2694ebb25

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH] scsi: pmcraid: 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