diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2022-03-14 12:53:41 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2022-03-15 05:32:15 +0100 |
commit | 8037185d1ad8dcfa2fa4fef3dbc26507f4c37b12 (patch) | |
tree | 2c007f5dafe96491ee2d6d17e189133bafa8988a /drivers/scsi/elx | |
parent | scsi: lpfc: Fix typos in comments (diff) | |
download | linux-8037185d1ad8dcfa2fa4fef3dbc26507f4c37b12.tar.xz linux-8037185d1ad8dcfa2fa4fef3dbc26507f4c37b12.zip |
scsi: elx: libefc_sli: Fix typos in comments
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>
Diffstat (limited to 'drivers/scsi/elx')
-rw-r--r-- | drivers/scsi/elx/libefc_sli/sli4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/elx/libefc_sli/sli4.c b/drivers/scsi/elx/libefc_sli/sli4.c index 3ea57bd6fb0a..b8c048cdb17f 100644 --- a/drivers/scsi/elx/libefc_sli/sli4.c +++ b/drivers/scsi/elx/libefc_sli/sli4.c @@ -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 */ |