Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci s/Windw/Window/ in log message.
details: https://anonhg.NetBSD.org/src/rev/233d25f7eadb
branches: trunk
changeset: 1022979:233d25f7eadb
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Aug 17 17:16:40 2021 +0000
description:
s/Windw/Window/ in log message.
diffstat:
sys/dev/pci/pci_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3f4f0528d735 -r 233d25f7eadb sys/dev/pci/pci_subr.c
--- a/sys/dev/pci/pci_subr.c Tue Aug 17 14:11:22 2021 +0000
+++ b/sys/dev/pci/pci_subr.c Tue Aug 17 17:16:40 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_subr.c,v 1.227 2021/07/12 04:41:14 msaitoh Exp $ */
+/* $NetBSD: pci_subr.c,v 1.228 2021/08/17 17:16:40 andvar 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.227 2021/07/12 04:41:14 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_subr.c,v 1.228 2021/08/17 17:16:40 andvar Exp $");
#ifdef _KERNEL_OPT
#include "opt_pci.h"
@@ -3539,7 +3539,7 @@
/* Endpoint Only */
n = PCIREG_SHIFTOUT(reg, PCI_MCAST_CAP_WINSIZEREQ);
if (n > 0)
- printf(" Windw Size Requested: %d\n", 1 << (n - 1));
+ printf(" Window Size Requested: %d\n", 1 << (n - 1));
onoff("ECRC Regeneration Supported", reg, PCI_MCAST_CAP_ECRCREGEN);
Home |
Main Index |
Thread Index |
Old Index