From nobody Tue Apr 14 16:44:55 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4fw99g4b7nz6Z66H for ; Tue, 14 Apr 2026 16:44:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fw99g2bRwz3Tk2 for ; Tue, 14 Apr 2026 16:44:55 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776185095; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BNJK3LfMIXNBH9vPwposVZRtPvmYzJvP9+qZqjf0EzQ=; b=BuMWonRgbJpEmekQsE/OhFohJ5m9a/diQIyHuRVocFxZBIyjrSSzBXkOsZ29U0P2RYht/1 BwZuiQ0b46aCaW6Ek+LXTLPIX5wgtb5pO5RXMNoBJdF/R6iR5TPx4wuAKTayBl3ojIlqAt u0XbA+Z1DvvcrlXgJPNqdoooTpfqruSja8v402z7cSt2mkSZ31JelBHYA5NNT0UnmqUWmA jkYdDMBeeqq9scOIyAGWWWzvHUMD9646nfi2M4ohHyGftlSAGt1Puhv9FuCeiasyGotR8Z e+Xpt280UdEg0gqfU+aZE8w+L52UNz5O7kJfsOBhNiI7f0dNjJGPLGuEbZCNZQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1776185095; a=rsa-sha256; cv=none; b=Ld77G3ZALJ/FzrqhzztbJHZ9e7HatUW3vERjPRVbJpLCZzLVcpnirlvhlwa6o8D7+7p8UH CZdHcUUpGZTNnS9VIXDiYr9X7zYyHBIfNvvVg9T6VXtnqgspTRd8HitaTdXYNfGvbgdcC6 O+zm+xvsIBmnDJYyUyBm5FvZxCi1nYyQT/a8FSafPE7thqSygJ18TcUP5lDGeD2Sv4xtUc FssIHBm5nuZt4NGJHbPz1W+Fkv1YVwu8gCs75a96SYmJEuM4BRiDrzM0Oof6kTs4I6hU2p SOKFkMsv/m6jqz3oPipav90lqnHlz6fVD/PdYjBqn9ThHmQvu1J/kMzTY950VQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1776185095; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=BNJK3LfMIXNBH9vPwposVZRtPvmYzJvP9+qZqjf0EzQ=; b=ewjJRP5GJ/aZGXUo1WRIwt/m4ijB2D41LTkkJykEcGiWnu3aTJAHe8V4ABGqoYLJPMadxq ZyXqkJcoj9py9IodJ9RyBKy8JoxFIwQDHkewKeBZF//BKi05m8Gp+QkCDBUf/1KMNpgPtX 5Y/+ex/A7bJQeaF6+wT1qZ7bRiiHlqkdXJ/Lx/U/JwPkqYIYqc9TeqIfhi04sSIQvmWXGs tJ1go6uxRgGMj24JhcQ2P3llzQJS/XhYRyou4KyD1Gtw7ErD5raOnI6SBio7FJ+doiijAa itzxl6Pvh3EiQSLcSwvvIZYpHVCgId721p/3+baO8RTc/2R/XwipxRmWclLIeg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fw99g2CGnzy1y for ; Tue, 14 Apr 2026 16:44:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 2768f by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 14 Apr 2026 16:44:55 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: c52f56527d43 - stable/15 - isci(4): Fix a couple of typos in source code comments List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gbe X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: c52f56527d43081dec95ee2c41a095df78ba2553 Auto-Submitted: auto-generated Date: Tue, 14 Apr 2026 16:44:55 +0000 Message-Id: <69de6f07.2768f.5c1f09a7@gitrepo.freebsd.org> The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c52f56527d43081dec95ee2c41a095df78ba2553 commit c52f56527d43081dec95ee2c41a095df78ba2553 Author: Gordon Bergling AuthorDate: 2026-04-04 07:05:51 +0000 Commit: Gordon Bergling CommitDate: 2026-04-14 16:44:49 +0000 isci(4): Fix a couple of typos in source code comments - s/THis/This/ - s/impementation/implementation/ (cherry picked from commit adc41a72b8843047d02265a6ab2d8a5025a9ce89) --- sys/dev/isci/scil/scic_sds_phy_registers.h | 2 +- sys/dev/isci/scil/scic_sds_remote_node_table.c | 4 ++-- sys/dev/isci/scil/scic_sds_stp_request.h | 2 +- sys/dev/isci/scil/scif_remote_device.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/dev/isci/scil/scic_sds_phy_registers.h b/sys/dev/isci/scil/scic_sds_phy_registers.h index c0467325eb3b..29b04133d19b 100644 --- a/sys/dev/isci/scil/scic_sds_phy_registers.h +++ b/sys/dev/isci/scil/scic_sds_phy_registers.h @@ -137,7 +137,7 @@ extern "C" { //***************************************************************************** /** - * THis macro requests the SCU register write for the specified link layer + * This macro requests the SCU register write for the specified link layer * register. */ #define scu_link_layer_register_read(phy, reg) \ diff --git a/sys/dev/isci/scil/scic_sds_remote_node_table.c b/sys/dev/isci/scil/scic_sds_remote_node_table.c index a29cbefa5057..e447d5d952af 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_table.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_table.c @@ -276,7 +276,7 @@ void scic_sds_remote_node_table_clear_group( } /** - * THis method sets an entire remote node group in the remote node table. + * This method sets an entire remote node group in the remote node table. * * @param[in] remote_node_table * @param[in] group_index @@ -471,7 +471,7 @@ U16 scic_sds_remote_node_table_allocate_single_remote_node( * * @param[in] remote_node_table This is the remote node table from which to * allocate the remote node entries. - * @param[in] group_table_index THis is the group table index which must equal + * @param[in] group_table_index This is the group table index which must equal * two (2) for this operation. * * @return The remote node index that represents three consecutive remote node diff --git a/sys/dev/isci/scil/scic_sds_stp_request.h b/sys/dev/isci/scil/scic_sds_stp_request.h index e8a64868a3b1..8cf60c8dd1b3 100644 --- a/sys/dev/isci/scil/scic_sds_stp_request.h +++ b/sys/dev/isci/scil/scic_sds_stp_request.h @@ -175,7 +175,7 @@ enum SCIC_SDS_STP_REQUEST_STARTED_NON_DATA_SUBSTATES /** * @enum SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_SUBSTATES * - * @brief THis enumeration depicts the various sub-states associated with a + * @brief This enumeration depicts the various sub-states associated with a * SATA/STP soft reset operation. */ enum SCIC_SDS_STP_REQUEST_STARTED_SOFT_RESET_SUBSTATES diff --git a/sys/dev/isci/scil/scif_remote_device.h b/sys/dev/isci/scil/scif_remote_device.h index b6ac032c8234..4c21654ce42a 100644 --- a/sys/dev/isci/scil/scif_remote_device.h +++ b/sys/dev/isci/scil/scif_remote_device.h @@ -240,7 +240,7 @@ SCI_REMOTE_DEVICE_HANDLE_T scif_remote_device_get_scic_handle( /** * @brief This method returns the maximum queue depth supported for the - * supplied target by this SCI Framework impementation. + * supplied target by this SCI Framework implementation. * * @param[in] remote_device This parameter specifies the framework * device for which to return the maximum queue depth.