Skip to content

Commit f6e2694

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: pmcraid: 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 8946ea2 commit f6e2694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/pmcraid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ static int pmcraid_notify_aen(
14341434
return -EINVAL;
14351435
}
14361436

1437-
/* send genetlink multicast message to notify appplications */
1437+
/* send genetlink multicast message to notify applications */
14381438
genlmsg_end(skb, msg_header);
14391439

14401440
result = genlmsg_multicast(&pmcraid_event_family, skb,

0 commit comments

Comments
 (0)