Commit f6e2694e authored by Julia Lawall's avatar Julia Lawall Committed by Martin K. Petersen

scsi: pmcraid: Fix typo in comment

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

Link: https://lore.kernel.org/r/20220521111145.81697-89-Julia.Lawall@inria.frSigned-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 8946ea28
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment