diff options
| author | Julia Lawall <[email protected]> | 2022-05-21 11:11:39 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2022-05-24 03:24:10 +0000 |
| commit | f6e2694ebb2534f81bdc94501df3db589ba0aea9 (patch) | |
| tree | 7f6a14c44d621efd3c3346ac3ce7efbac7d10193 /drivers/scsi/pmcraid.c | |
| parent | scsi: smartpqi: Fix typo in comment (diff) | |
| download | kernel-f6e2694ebb2534f81bdc94501df3db589ba0aea9.tar.gz kernel-f6e2694ebb2534f81bdc94501df3db589ba0aea9.zip | |
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]>
Diffstat (limited to 'drivers/scsi/pmcraid.c')
| -rw-r--r-- | drivers/scsi/pmcraid.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
