From nobody Wed Jun 17 04:49:44 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 4ggBH23gY1z6gdC7 for ; Wed, 17 Jun 2026 04:49:50 +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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ggBH21yZLz3hHf for ; Wed, 17 Jun 2026 04:49:50 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1781671790; 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=xJtk78A0A/B5AKuIJsDGXEnrd4JGpbtiJm2cH3HFbV8=; b=OfqVZK8NbG1ad4ioSoe4guF8DpJqmOVoRMyE4TtL2Qg3RZXQlcINAbsJqQ7QmlCEqIzfTU gZzBVAUwZziMDxsZIINJ9gWXSPs+0ouV3u8FK1YmA3TzEg56j5Sweu9EzCtwktWV8eoLho W6GmHOastZujE4IbP91cdkAmZpTpXUzHdW0OJgMwDk4rObtXhZtRFqaVAUjZa/dcmZrlsd FbYxJn0iQQ7UCyGdM3e2ogy1BhUqzjsciYt/fMoojxeyyiRGv1rDzhTh7yxbsgsa9eagGU mf12ZOPzjKwjOFmjWq6lx6l/OMS5+SObMb4s8qADtboyv1aoB3gP/Gj+ymWDkA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1781671790; a=rsa-sha256; cv=none; b=OT90jvPbhzCBiqACvdMlvnrvAglrLEA+WVC+YWY3zN1djevlCQwEddm6pcpSm7KSkraJvS F+MlrvD+zHbnscg6MnxT78izDRWASIH0CcGH2uA5+eAhdbwAgdwX80ryF5BKkGShp8vpm+ jOSZixqSCtzOAcYlmGtOspZuqbKxTqDwbDnjpN4N1fs0/S5zzSyWXiKZQruAZfEq38/EAj uYWFeeF4eKsRl2i0dop3AYoyhVUDMbTMLfXD/MfNmqL5vDOxkzSad1ovm47DL5V9UhC9XL /2Dez4hcU56r+WEUiqaLor76c4hrqzHsqksE0FIaMWF9qsr9VXYKCXqcfF73Gw== 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=1781671790; 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=xJtk78A0A/B5AKuIJsDGXEnrd4JGpbtiJm2cH3HFbV8=; b=jSIr4TIH4j0kPUQSnvcwDDGz6wcO9ETw4ed1kVNWUP9YjxCjCeNqxKrju0mmVhOug1HGCe PWyL6Rwh5ViyejWpI3Rpdx+nxOG2p51nbFxMlT57Qr2mayRtJag/sMqQ44LFzTpzCyn4AY XkKbl5qX0Vrufg+iX8TvvHlJGYL6PDjQ/l1lgGW8laE5lPjYEiGw/klpNv9jfLvviKbe+h zQsg3ErbP4hdSZxBftIfhvN2aGzsaAY/k8OuvvPDXhryb5Nt8R+v9UiFrK7oNqzHgr2TbS 8lA7KAplJQ7KvAmqj5IZ1Dety9Gs5/RY8Hqf5DOQATFaTM+saMBuZRQDPigyHg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4ggBH21GzHzxTt for ; Wed, 17 Jun 2026 04:49:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 435f4 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 17 Jun 2026 04:49:44 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Gordon Bergling Subject: git: 7bd1f835f28b - stable/15 - aic7xxx: Fix two 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 List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list 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: 7bd1f835f28bcf79d3b6b102623879a8e6bb8df6 Auto-Submitted: auto-generated Date: Wed, 17 Jun 2026 04:49:44 +0000 Message-Id: <6a322768.435f4.1a7ae51d@gitrepo.freebsd.org> The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=7bd1f835f28bcf79d3b6b102623879a8e6bb8df6 commit 7bd1f835f28bcf79d3b6b102623879a8e6bb8df6 Author: Gordon Bergling AuthorDate: 2026-06-14 08:45:52 +0000 Commit: Gordon Bergling CommitDate: 2026-06-17 04:46:49 +0000 aic7xxx: Fix two typos in source code comments - s/Diable/Disable/ - s/connonical/canonical/ (cherry picked from commit 49ced8d765f46c3f81214590ad384846cfdfbbf8) --- sys/dev/aic7xxx/aic79xx.c | 2 +- sys/dev/aic7xxx/aic7xxx.seq | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index d25f5de282d0..ec61a54ed14b 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -6423,7 +6423,7 @@ ahd_init(struct ahd_softc *ahd) goto init_done; } - /* Diable current sensing. */ + /* Disable current sensing. */ ahd_write_flexport(ahd, FLXADDR_ROMSTAT_CURSENSECTL, 0); #ifdef AHD_DEBUG diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index a94e2dae4149..55b729fd9d43 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -447,7 +447,7 @@ select_out: or SXFRCTL0, CLRSTCNT|CLRCHN; /* - * Put tag in connonical location since not + * Put tag in canonical location since not * all connections have an SCB. */ mov INITIATOR_TAG, SCB_TARGET_ITAG;