git: 00bc86a9a653 - main - isci: Fix typo (triple S)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 03:26:18 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=00bc86a9a653e5a731e1ac093bb56bf49745951d
commit 00bc86a9a653e5a731e1ac093bb56bf49745951d
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 03:17:16 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 03:24:31 +0000
isci: Fix typo (triple S)
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
---
sys/dev/isci/scil/sati_test_unit_ready.c | 2 +-
sys/dev/isci/scil/scif_sas_domain_state_handlers.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys/dev/isci/scil/sati_test_unit_ready.c b/sys/dev/isci/scil/sati_test_unit_ready.c
index dd9080bccce9..cf87ffc68e2f 100644
--- a/sys/dev/isci/scil/sati_test_unit_ready.c
+++ b/sys/dev/isci/scil/sati_test_unit_ready.c
@@ -89,7 +89,7 @@ SATI_STATUS sati_test_unit_ready_translate_command(
* SAT dictates:
* - the device should be in a state to receive commands
* - a stopped device should cause sense data.
- * - a format unit in progresss should cause sense data.
+ * - a format unit in progress should cause sense data.
* - a self-test in progress should cause sense data.
* - a device fault occurred on previous request should cause sense data.
* - handling the removable media feature set isn't supported according to
diff --git a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c
index 8258afa319f5..3a4d3f0adf8e 100644
--- a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c
+++ b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c
@@ -116,7 +116,7 @@ SCI_STATUS scif_sas_domain_starting_port_ready_handler(
*
* @return This method returns an indication of whether the discover operation
* succeeded.
- * @retval SCI_SUCCESSS This value is returned when the discover operation
+ * @retval SCI_SUCCESS This value is returned when the discover operation
* begins successfully.
*/
static