Skip to content

Commit

Permalink
scsi: lpfc: Fix typos in comments
Browse files Browse the repository at this point in the history
Various spelling mistakes in comments.  Detected with the help of
Coccinelle.

Link: https://lore.kernel.org/r/20220314115354.144023-3-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Julia Lawall authored and Martin K. Petersen committed Mar 15, 2022
1 parent 811655d commit 9a866e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/lpfc/lpfc_mbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ lpfc_config_msi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
memset(pmb, 0, sizeof(LPFC_MBOXQ_t));

/*
* SLI-3, Message Signaled Interrupt Fearure.
* SLI-3, Message Signaled Interrupt Feature.
*/

/* Multi-message attention configuration */
Expand Down

0 comments on commit 9a866e6

Please sign in to comment.