Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci ixl(4): fix typo
details: https://anonhg.NetBSD.org/src/rev/391f07505f3d
branches: trunk
changeset: 366813:391f07505f3d
user: yamaguchi <yamaguchi%NetBSD.org@localhost>
date: Fri Jun 17 06:26:00 2022 +0000
description:
ixl(4): fix typo
diffstat:
sys/dev/pci/if_ixl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9d08ea54d336 -r 391f07505f3d sys/dev/pci/if_ixl.c
--- a/sys/dev/pci/if_ixl.c Fri Jun 17 06:18:09 2022 +0000
+++ b/sys/dev/pci/if_ixl.c Fri Jun 17 06:26:00 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_ixl.c,v 1.84 2022/06/17 06:18:09 yamaguchi Exp $ */
+/* $NetBSD: if_ixl.c,v 1.85 2022/06/17 06:26:00 yamaguchi Exp $ */
/*
* Copyright (c) 2013-2015, Intel Corporation
@@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ixl.c,v 1.84 2022/06/17 06:18:09 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ixl.c,v 1.85 2022/06/17 06:26:00 yamaguchi Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -6075,7 +6075,7 @@
evcnt_attach_dynamic(&isc->isc_vsi_rx_bytes, EVCNT_TYPE_MISC,
NULL, device_xname(sc->sc_dev), "Rx bytes / vsi");
evcnt_attach_dynamic(&isc->isc_vsi_rx_discards, EVCNT_TYPE_MISC,
- NULL, device_xname(sc->sc_dev), "Rx discard / vsi");
+ NULL, device_xname(sc->sc_dev), "Rx discards / vsi");
evcnt_attach_dynamic(&isc->isc_vsi_rx_unicast, EVCNT_TYPE_MISC,
NULL, device_xname(sc->sc_dev), "Rx unicast / vsi");
evcnt_attach_dynamic(&isc->isc_vsi_rx_multicast, EVCNT_TYPE_MISC,
Home |
Main Index |
Thread Index |
Old Index