diff options
author | Bo Liu <liubo03@inspur.com> | 2023-02-17 09:30:46 +0100 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2023-02-22 04:00:51 +0100 |
commit | 442336a5a999d4aae6221e3496dad071a152b1fb (patch) | |
tree | 69ab0b281673770d1e1ba83bdd2adb5a5fbdf029 /drivers/scsi/lpfc/lpfc_sli.c | |
parent | scsi: core: Remove the /proc/scsi/${proc_name} directory earlier (diff) | |
download | linux-442336a5a999d4aae6221e3496dad071a152b1fb.tar.xz 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_sli.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index edbd81c3b643..c5b69f313af3 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c @@ -20804,7 +20804,7 @@ lpfc_log_fw_write_cmpl(struct lpfc_hba *phba, u32 shdr_status, * the offset after the write object mailbox has completed. @size is used to * determine the end of the object and whether the eof bit should be set. * - * Return 0 is successful and offset will contain the the new offset to use + * Return 0 is successful and offset will contain the new offset to use * for the next write. * Return negative value for error cases. **/ |