aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001
diff options
context:
space:
mode:
authorGravatar Slark Xiao <slark_xiao@163.com> 2022-07-22 17:46:12 +0800
committerGravatar Martin K. Petersen <martin.petersen@oracle.com> 2022-08-01 19:54:51 -0400
commitc6380f9924270d51cc233cfd592b279be3881e6d (patch)
treeb9e53c7409dfd2bc354ac302df896ed8edebe36f /drivers/scsi/pm8001
parentscsi: megaraid_sas: Remove redundant variable cmd_type (diff)
downloadlinux-c6380f9924270d51cc233cfd592b279be3881e6d.tar.gz
linux-c6380f9924270d51cc233cfd592b279be3881e6d.tar.bz2
linux-c6380f9924270d51cc233cfd592b279be3881e6d.zip
scsi: pm8001: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Link: https://lore.kernel.org/r/20220722094612.78583-1-slark_xiao@163.com Acked-by: Jack Wang <jinpu.wang@ionos.com> Signed-off-by: Slark Xiao <slark_xiao@163.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/pm8001')
-rw-r--r--drivers/scsi/pm8001/pm8001_hwi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c
index a37595621d51..6a3c4c347061 100644
--- a/drivers/scsi/pm8001/pm8001_hwi.c
+++ b/drivers/scsi/pm8001/pm8001_hwi.c
@@ -3138,7 +3138,7 @@ int pm8001_mpi_local_phy_ctl(struct pm8001_hba_info *pm8001_ha, void *piomb)
*
* when HBA driver received the identify done event or initiate FIS received
* event(for SATA), it will invoke this function to notify the sas layer that
- * the sas toplogy has formed, please discover the the whole sas domain,
+ * the sas toplogy has formed, please discover the whole sas domain,
* while receive a broadcast(change) primitive just tell the sas
* layer to discover the changed domain rather than the whole domain.
*/