Skip to content

Commit

Permalink
scsi: elx: libefc_sli: 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-18-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 9a866e6 commit 8037185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/elx/libefc_sli/sli4.c
Original file line number Diff line number Diff line change
Expand Up @@ -4127,7 +4127,7 @@ sli_calc_max_qentries(struct sli4 *sli4)
sli4->qinfo.count_mask[q]);
}

/* single, continguous DMA allocations will be called for each queue
/* single, contiguous DMA allocations will be called for each queue
* of size (max_qentries * queue entry size); since these can be large,
* check against the OS max DMA allocation size
*/
Expand Down

0 comments on commit 8037185

Please sign in to comment.