git: be51810f8d68 - main - isci(4): Fix common typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Jan 2023 09:45:20 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=be51810f8d68937ec4e2ce05e89938bda34d8364
commit be51810f8d68937ec4e2ce05e89938bda34d8364
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-01-11 09:45:08 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-01-11 09:45:08 +0000
isci(4): Fix common typos in source code comments
- s/reuqest/request/
- s/requst/request/
MFC after: 3 days
---
sys/dev/isci/scil/scic_sds_remote_device.h | 2 +-
sys/dev/isci/scil/scif_sas_remote_device.c | 4 ++--
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 );
}