From owner-dev-commits-src-branches@freebsd.org Wed Sep 1 04:36:00 2021 Return-Path: Delivered-To: dev-commits-src-branches@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05D3867C234; Wed, 1 Sep 2021 04:35:59 +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 4Gzrpl5WZpz3rvC; Wed, 1 Sep 2021 04:35:59 +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 96CFD1EB1A; Wed, 1 Sep 2021 04:35:59 +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 1814ZxIq034520; Wed, 1 Sep 2021 04:35:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1814ZxIj034519; Wed, 1 Sep 2021 04:35:59 GMT (envelope-from git) Date: Wed, 1 Sep 2021 04:35:59 GMT Message-Id: <202109010435.1814ZxIj034519@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: c3cd63c8661c - stable/12 - isci(4): Fix a common typo in src comments 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: c3cd63c8661ccf95d12c95e070bc9c8973ee8929 Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the stable branches of the FreeBSD src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2021 04:36:00 -0000 The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c3cd63c8661ccf95d12c95e070bc9c8973ee8929 commit c3cd63c8661ccf95d12c95e070bc9c8973ee8929 Author: Gordon Bergling AuthorDate: 2021-08-29 07:55:10 +0000 Commit: Gordon Bergling CommitDate: 2021-09-01 04:35:19 +0000 isci(4): Fix a common typo in src comments - s/exlusive/exclusive/ (cherry picked from commit 2dfcc3a91dd4d21c16269b7add3141c99dfa48ab) --- sys/dev/isci/isci_timer.c | 2 +- sys/dev/isci/scil/scic_user_callback.h | 2 +- sys/dev/isci/scil/scif_user_callback.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/isci/isci_timer.c b/sys/dev/isci/isci_timer.c index 60dfb63d83eb..9bba29c85242 100644 --- a/sys/dev/isci/isci_timer.c +++ b/sys/dev/isci/isci_timer.c @@ -109,7 +109,7 @@ scif_cb_timer_stop(SCI_CONTROLLER_HANDLE_T controller, void *timer) * a handle for this timer for use in further timer interactions. * * @warning The "timer_callback" method should be executed in a mutually - * exlusive manner from the controller completion handler + * exclusive manner from the controller completion handler * handler (refer to scic_controller_get_handler_methods()). * * @param[in] timer_callback This parameter specifies the callback method diff --git a/sys/dev/isci/scil/scic_user_callback.h b/sys/dev/isci/scil/scic_user_callback.h index 292237062ae3..2260f14c2705 100644 --- a/sys/dev/isci/scil/scic_user_callback.h +++ b/sys/dev/isci/scil/scic_user_callback.h @@ -76,7 +76,7 @@ extern "C" { * a handle for this timer for use in further timer interactions. * * @warning The "timer_callback" method should be executed in a mutually - * exlusive manner from the controller completion handler + * exclusive manner from the controller completion handler * handler (refer to scic_controller_get_handler_methods()). * * @param[in] controller This parameter specifies the controller with diff --git a/sys/dev/isci/scil/scif_user_callback.h b/sys/dev/isci/scil/scif_user_callback.h index 39c6718b6f3e..3a44b772ae20 100644 --- a/sys/dev/isci/scil/scif_user_callback.h +++ b/sys/dev/isci/scil/scif_user_callback.h @@ -80,7 +80,7 @@ extern "C" { * a handle for this timer for use in further timer interactions. * * @warning The "timer_callback" method should be executed in a mutually - * exlusive manner from the controller completion handler + * exclusive manner from the controller completion handler * handler (refer to scic_controller_get_handler_methods()). * * @param[in] timer_callback This parameter specifies the callback method