Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add missing comma. Found by tnn@.
details: https://anonhg.NetBSD.org/src/rev/b129d77e6abe
branches: trunk
changeset: 359456:b129d77e6abe
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Jan 07 05:17:38 2022 +0000
description:
Add missing comma. Found by tnn@.
diffstat:
sys/dev/pci/pci_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 94d9753149e2 -r b129d77e6abe sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c Fri Jan 07 05:10:30 2022 +0000
+++ b/sys/dev/pci/pci_subr.c Fri Jan 07 05:17:38 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_subr.c,v 1.236 2022/01/01 03:27:53 msaitoh Exp $ */
+/* $NetBSD: pci_subr.c,v 1.237 2022/01/07 05:17:38 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.236 2022/01/01 03:27:53 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.237 2022/01/07 05:17:38 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_pci.h"
@@ -4369,7 +4369,7 @@
}
static const char * const pcie_receive_number_dp[] = {
- "Broadcast "
+ "Broadcast ",
"(Downstream Port Receiver and all Retimer Pseudo Port Receiver",
"Rx(A) (Downstream Port Receiver)",
"Rx(B) (Retimer X or Z Upstream Pseudo Port Receiver)",
Home |
Main Index |
Thread Index |
Old Index