From owner-dev-commits-src-branches@freebsd.org Sun Sep 12 23:03:08 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 65A0B6704A1; Sun, 12 Sep 2021 23:03:08 +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 4H74s825fvz3PCb; Sun, 12 Sep 2021 23:03:08 +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 1D8751C42C; Sun, 12 Sep 2021 23:03:08 +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 18CN38kt093778; Sun, 12 Sep 2021 23:03:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18CN38eX093777; Sun, 12 Sep 2021 23:03:08 GMT (envelope-from git) Date: Sun, 12 Sep 2021 23:03:08 GMT Message-Id: <202109122303.18CN38eX093777@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Alexander Motin Subject: git: 4f6eeb1cb1e3 - stable/13 - vmd_bus: Fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: mav X-Git-Repository: src X-Git-Refname: refs/heads/stable/13 X-Git-Reftype: branch X-Git-Commit: 4f6eeb1cb1e31780e7ddfaee24d846bbb4649543 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: Sun, 12 Sep 2021 23:03:08 -0000 The branch stable/13 has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4f6eeb1cb1e31780e7ddfaee24d846bbb4649543 commit 4f6eeb1cb1e31780e7ddfaee24d846bbb4649543 Author: Neel Chauhan AuthorDate: 2021-07-17 21:31:57 +0000 Commit: Alexander Motin CommitDate: 2021-09-12 22:44:12 +0000 vmd_bus: Fix typo in comment Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D31210 (cherry picked from commit 76fffd0a865374e1e09d8f61f36bfbda918da5c7) --- sys/dev/vmd/vmd_bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/vmd/vmd_bus.c b/sys/dev/vmd/vmd_bus.c index 28ce14c63128..cf37a2dd9af2 100644 --- a/sys/dev/vmd/vmd_bus.c +++ b/sys/dev/vmd/vmd_bus.c @@ -77,8 +77,8 @@ vmd_bus_attach(device_t dev) /* * Start at max PCI vmd_domain and work down. Only VMD - * starting bus is connect to VMD device directly. Scan al - * lslots and function connected to starting bus. + * starting bus is connect to VMD device directly. Scan + * all slots and function connected to starting bus. */ b = sc->vmd_bus_start;