]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/lpfc/lpfc_scsi.c
Fix misspelling of "should" and "shouldn't" in comments.
[~andy/linux] / drivers / scsi / lpfc / lpfc_scsi.c
index a246410ce9df1dad507dfb015cc4888a0ae5bf50..28c6bfd3e82eacd0f7debebc5fdd2e6b2802ecd8 100644 (file)
@@ -1574,7 +1574,7 @@ lpfc_bg_scsi_prep_dma_buf(struct lpfc_hba *phba,
                case LPFC_PG_TYPE_NO_DIF:
                        num_bde = lpfc_bg_setup_bpl(phba, scsi_cmnd, bpl,
                                        datasegcnt);
-                       /* we shoud have 2 or more entries in buffer list */
+                       /* we should have 2 or more entries in buffer list */
                        if (num_bde < 2)
                                goto err;
                        break;
@@ -1611,7 +1611,7 @@ lpfc_bg_scsi_prep_dma_buf(struct lpfc_hba *phba,
 
                        num_bde = lpfc_bg_setup_bpl_prot(phba, scsi_cmnd, bpl,
                                        datasegcnt, protsegcnt);
-                       /* we shoud have 3 or more entries in buffer list */
+                       /* we should have 3 or more entries in buffer list */
                        if (num_bde < 3)
                                goto err;
                        break;