svn commit: r358138 - stable/12/sys/dev/pci

Konstantin Belousov kib at FreeBSD.org
Thu Feb 20 01:16:43 UTC 2020


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 */


More information about the svn-src-stable mailing list