diff options
author | Bo Liu <liubo03@inspur.com> | 2023-02-17 03:30:46 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-02-21 22:00:51 -0500 |
commit | 442336a5a999d4aae6221e3496dad071a152b1fb (patch) | |
tree | 69ab0b281673770d1e1ba83bdd2adb5a5fbdf029 /drivers/scsi/lpfc/lpfc_nvmet.c | |
parent | fc663711b94468f4e1427ebe289c9f05669699c9 (diff) | |
download | linux-442336a5a999d4aae6221e3496dad071a152b1fb.tar.gz linux-442336a5a999d4aae6221e3496dad071a152b1fb.tar.bz2 linux-442336a5a999d4aae6221e3496dad071a152b1fb.zip |
scsi: lpfc: Fix double word in comments
Remove the repeated word "the" in comments.
[mkp: fixed additional typos in the changed lines]
Link: https://lore.kernel.org/r/20230217083046.4090-1-liubo03@inspur.com
Signed-off-by: Bo Liu <liubo03@inspur.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_nvmet.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_nvmet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_nvmet.c b/drivers/scsi/lpfc/lpfc_nvmet.c index f7cfac0da9b6..7517dd55fe91 100644 --- a/drivers/scsi/lpfc/lpfc_nvmet.c +++ b/drivers/scsi/lpfc/lpfc_nvmet.c @@ -1469,7 +1469,7 @@ lpfc_nvmet_cleanup_io_context(struct lpfc_hba *phba) if (!infop) return; - /* Cycle the the entire CPU context list for every MRQ */ + /* Cycle the entire CPU context list for every MRQ */ for (i = 0; i < phba->cfg_nvmet_mrq; i++) { for_each_present_cpu(j) { infop = lpfc_get_ctx_list(phba, j, i); |