aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-01-11 09:45:08 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-01-11 09:45:08 +0000
commitbe51810f8d68937ec4e2ce05e89938bda34d8364 (patch)
tree89062bc4f83c3410bd0e2df80d929d9282e46a51 /sys
parent97a20be048b7d8d16597aed4c28ff85b82ed1d7e (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isci/scil/scic_sds_remote_device.h2
-rw-r--r--sys/dev/isci/scil/scif_sas_remote_device.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/isci/scil/scic_sds_remote_device.h b/sys/dev/isci/scil/scic_sds_remote_device.h
index 6eca23c857a5..13155f090492 100644
--- a/sys/dev/isci/scil/scic_sds_remote_device.h
+++ b/sys/dev/isci/scil/scic_sds_remote_device.h
@@ -136,7 +136,7 @@ enum SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATES
/**
* This is the NCQ state for the STP remote device. This state is entered
- * when the device is processing an NCQ reuqest. It will remain in this state
+ * when the device is processing an NCQ request. It will remain in this state
* so long as there is one or more NCQ requests being processed.
*/
SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_NCQ,
diff --git a/sys/dev/isci/scil/scif_sas_remote_device.c b/sys/dev/isci/scil/scif_sas_remote_device.c
index 991c6a0b482f..ddca93e80f56 100644
--- a/sys/dev/isci/scil/scif_sas_remote_device.c
+++ b/sys/dev/isci/scil/scif_sas_remote_device.c
@@ -683,7 +683,7 @@ void scif_sas_remote_device_target_reset_complete(
else
{
//Tell driver to kick off Discover process. If the domain is already
- //in Discovery state, this discovery requst will not be carried on.
+ //in Discovery state, this discovery request will not be carried on.
scif_cb_domain_change_notification(
fw_device->domain->controller, fw_device->domain );
}
@@ -692,7 +692,7 @@ void scif_sas_remote_device_target_reset_complete(
else
{
//Tell driver to kick off Discover process. If the domain is already
- //in Discovery state, this discovery requst will not be carried on.
+ //in Discovery state, this discovery request will not be carried on.
scif_cb_domain_change_notification(
fw_device->domain->controller, fw_device->domain );
}