From nobody Sun Nov 28 11:48:19 2021 X-Original-To: dev-commits-src-branches@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 5CA4118B3AF6; Sun, 28 Nov 2021 11:48:22 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4J26F05vVlz4lXL; Sun, 28 Nov 2021 11:48:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDB4563F6; Sun, 28 Nov 2021 11:48:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1ASBmJBQ027145; Sun, 28 Nov 2021 11:48:19 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ASBmJ7O027144; Sun, 28 Nov 2021 11:48:19 GMT (envelope-from git) Date: Sun, 28 Nov 2021 11:48:19 GMT Message-Id: <202111281148.1ASBmJ7O027144@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 143b0e9b16c9 - stable/12 - iscsi(4): Fix a typo in a source code comment List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@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/12 X-Git-Reftype: branch X-Git-Commit: 143b0e9b16c999430ce5f3c156cc6ebfa9ccbc50 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1638100101; 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=85wxUgK7Fp4zNyxl1DKmSlXU+LsfvLOWFHa6y0lBRig=; b=mW4q7ntDRYptAqhlPy0Vtq6a8lzCMHZWoCE2+PmrHASJdI9XM5ERTf4L4NlpnA0AaZrezj kk7CoD1O3jjMbCuYEHjwbbiyRI4lg0GnslizwkRp6HwEDrG8uGAOTUb5JJpQslYbTlwUhM PElqhQQLnpdphklmtssu8LaBbaAe2bItMYfi8hw4yWEuAIlq/Yv97EJO4rVpDr7GPjBjZw Tae5XnBIG+vcOL0p1HES2nR7aCl7xWs9+6EDxa0Up791ZBOCRLeWcHefXIqvskMgLNB2hZ HFSrluQ/AgKAZ4c9TBBJLalXKwJje448eHj090yvADMssf6+kPN8UuHFQ7qToQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1638100101; a=rsa-sha256; cv=none; b=vHkQQI892q7YWJhakR1DHc8ds2vbEh4i6iEig3qOEIYLc4UT42HziV/brwxCyIwMFiv1Cw iDupNcdP7SbQeyFjMpKpm1YIPrVHOu+gy6BS8UdmBktcefJcXaW2A5+NHyLded0f/+YE2U Q1pXvdzrFsx4dr7rlEVPip5dIy+woNyMk2pD/4bHlO47KLVydIaLbRFD6V9SKoyKw1dcmw CSaEdPVSWwwIVK8VEKSY2VamQWSw1YilDDGail4E+INUPiT765ObE2eGHACKSwSf7u8Hpv dTRjOiX7YNS8X+mSRDJoY2J8C92SlzQOvuOlGpGjlK5eIAUwU0uQzVFCXLgqgg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=143b0e9b16c999430ce5f3c156cc6ebfa9ccbc50 commit 143b0e9b16c999430ce5f3c156cc6ebfa9ccbc50 Author: Gordon Bergling AuthorDate: 2021-11-19 18:29:21 +0000 Commit: Gordon Bergling CommitDate: 2021-11-28 11:46:56 +0000 iscsi(4): Fix a typo in a source code comment - s/conditon/condition/ (cherry picked from commit 5e21882bb4e7d36ebcf0300234486a54ff4e7b13) --- sys/dev/isci/scil/scif_sas_design.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/isci/scil/scif_sas_design.h b/sys/dev/isci/scil/scif_sas_design.h index 1f2e8a851287..18c9e86e861d 100644 --- a/sys/dev/isci/scil/scif_sas_design.h +++ b/sys/dev/isci/scil/scif_sas_design.h @@ -334,7 +334,7 @@ Please refer to these files directly for further design information: The SCIF SAS SMP REMOTE DEVICE object represents the expander device and fulfills its SMP discover activities. The discover procedure includes a initial discover phase and a following SATA spinup_hold release phase, if there are expander attached -SATA device is discovered and in spinup_hold conditon. The SCIF SAS SMP REMOTE DEVICE +SATA device is discovered and in spinup_hold condition. The SCIF SAS SMP REMOTE DEVICE object also fulfills expander attached device Target Reset (Phy Control) activity. @image latex Discover Process.eps "SMP Discover Activity Diagram" width=10cm