Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Feb 2020 01:16:43 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r358138 - stable/12/sys/dev/pci
Message-ID:  <202002200116.01K1Ghu8080240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Thu Feb 20 01:16:42 2020
New Revision: 358138
URL: https://svnweb.freebsd.org/changeset/base/358138

Log:
  MFC r358021:
  Fix typo.

Modified:
  stable/12/sys/dev/pci/pcireg.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/pci/pcireg.h
==============================================================================
--- stable/12/sys/dev/pci/pcireg.h	Thu Feb 20 01:03:44 2020	(r358137)
+++ stable/12/sys/dev/pci/pcireg.h	Thu Feb 20 01:16:42 2020	(r358138)
@@ -193,7 +193,7 @@
 #define	PCIZ_PMUX	0x001a	/* Protocol Multiplexing */
 #define	PCIZ_PASID	0x001b	/* Process Address Space ID */
 #define	PCIZ_LN_REQ	0x001c	/* LN Requester */
-#define	PCIZ_DPC	0x001d	/* Downstream Porto Containment */
+#define	PCIZ_DPC	0x001d	/* Downstream Port Containment */
 #define	PCIZ_L1PM	0x001e	/* L1 PM Substates */
 
 /* config registers for header type 0 devices */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002200116.01K1Ghu8080240>