Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix typo. s/TPL/TLP/



details:   https://anonhg.NetBSD.org/src/rev/44ce97994565
branches:  trunk
changeset: 322591:44ce97994565
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed May 09 03:50:51 2018 +0000

description:
Fix typo. s/TPL/TLP/

diffstat:

 sys/dev/pci/pci_subr.c |  6 +++---
 sys/dev/pci/pcireg.h   |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 2e6516086d25 -r 44ce97994565 sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c    Wed May 09 02:53:00 2018 +0000
+++ b/sys/dev/pci/pci_subr.c    Wed May 09 03:50:51 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_subr.c,v 1.200 2018/02/01 09:09:14 msaitoh Exp $   */
+/*     $NetBSD: pci_subr.c,v 1.201 2018/05/09 03:50:51 msaitoh Exp $   */
 
 /*
  * Copyright (c) 1997 Zubin D. Dittia.  All rights reserved.
@@ -40,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.200 2018/02/01 09:09:14 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.201 2018/05/09 03:50:51 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_pci.h"
@@ -3846,7 +3846,7 @@
            extcapoff + PCI_DPC_RPPIO_HLOG);
        printf("    RP PIO ImpSpec Log Register: start from 0x%03x\n",
            extcapoff + PCI_DPC_RPPIO_IMPSLOG);
-       printf("    RP PIO TPL Prefix Log Register: start from 0x%03x\n",
+       printf("    RP PIO TLP Prefix Log Register: start from 0x%03x\n",
            extcapoff + PCI_DPC_RPPIO_TLPPLOG);
 }
 
diff -r 2e6516086d25 -r 44ce97994565 sys/dev/pci/pcireg.h
--- a/sys/dev/pci/pcireg.h      Wed May 09 02:53:00 2018 +0000
+++ b/sys/dev/pci/pcireg.h      Wed May 09 03:50:51 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcireg.h,v 1.137 2018/02/01 09:09:14 msaitoh Exp $     */
+/*     $NetBSD: pcireg.h,v 1.138 2018/05/09 03:50:51 msaitoh Exp $     */
 
 /*
  * Copyright (c) 1995, 1996, 1999, 2000
@@ -2029,7 +2029,7 @@
   /* Same */
 #define        PCI_DPC_RPPIO_HLOG 0x20 /* RP PIO Header Log Register */
 #define        PCI_DPC_RPPIO_IMPSLOG 0x30 /* RP PIO ImpSpec Log Register */
-#define        PCI_DPC_RPPIO_TLPPLOG 0x34 /* RP PIO TPL Prefix Log Register */
+#define        PCI_DPC_RPPIO_TLPPLOG 0x34 /* RP PIO TLP Prefix Log Register */
 
 /*
  * Extended capability ID: 0x001e



Home | Main Index | Thread Index | Old Index