diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2022-01-07 05:17:38 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2022-01-07 05:17:38 +0000 |
| commit | d59ebd46b065f9be82ba5448c43ecea205dc5b61 (patch) | |
| tree | 73575cfba861aaf07e5c253cff551c84004d41ad /sys/dev | |
| parent | f555b5e0ed109d39bd98bc1cc4f6692625af249a (diff) | |
Add missing comma. Found by tnn@.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci_subr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c index 66b48d93dcb..0d28aa3fc47 100644 --- a/sys/dev/pci/pci_subr.c +++ b/sys/dev/pci/pci_subr.c @@ -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 @@ pci_conf_print_pl16g_cap(const pcireg_t *regs, int extcapoff) } 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)", |
