mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 12:14:06 +00:00
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.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
8946ea2838
commit
f6e2694ebb
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue