Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/ixgbe No functional change:
details: https://anonhg.NetBSD.org/src/rev/b23b980cd65f
branches: trunk
changeset: 744535:b23b980cd65f
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Feb 05 09:47:16 2020 +0000
description:
No functional change:
- Fix typos.
- Remove extra newline.
diffstat:
sys/dev/pci/ixgbe/ixgbe_vf.c | 4 ++--
sys/dev/pci/ixgbe/ixgbe_x550.c | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r c12c686e57a8 -r b23b980cd65f sys/dev/pci/ixgbe/ixgbe_vf.c
--- a/sys/dev/pci/ixgbe/ixgbe_vf.c Wed Feb 05 08:52:46 2020 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_vf.c Wed Feb 05 09:47:16 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe_vf.c,v 1.22 2019/09/20 09:28:37 msaitoh Exp $ */
+/* $NetBSD: ixgbe_vf.c,v 1.23 2020/02/05 09:47:16 msaitoh Exp $ */
/******************************************************************************
SPDX-License-Identifier: BSD-3-Clause
@@ -475,7 +475,7 @@
* On linux's PF driver implementation, the PF replies VF's
* XCAST_MODE_ALLMULTI message not with NACK but with ACK even if the
* virtual function is NOT marked "trust" and act as
- * XCAST_MODE_"MULTI". If ixv(4) simply check the return vaule of
+ * XCAST_MODE_"MULTI". If ixv(4) simply check the return value of
* update_xcast_mode(XCAST_MODE_ALLMULTI), SIOCSADDMULTI success and
* the user may have trouble with some addresses. Fortunately, the
* Linux's PF driver's "ACK" message has not XCAST_MODE_"ALL"MULTI but
diff -r c12c686e57a8 -r b23b980cd65f sys/dev/pci/ixgbe/ixgbe_x550.c
--- a/sys/dev/pci/ixgbe/ixgbe_x550.c Wed Feb 05 08:52:46 2020 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe_x550.c Wed Feb 05 09:47:16 2020 +0000
@@ -2895,7 +2895,7 @@
* @speed: new link speed
* @autoneg_wait_to_complete: unused
*
- * Configure the the integrated PHY for SFP support.
+ * Configure the integrated PHY for SFP support.
**/
static s32 ixgbe_setup_mac_link_sfp_x550a(struct ixgbe_hw *hw,
ixgbe_link_speed speed,
@@ -4843,4 +4843,3 @@
return !!(fwsm & IXGBE_FWSM_FW_NVM_RECOVERY_MODE);
}
-
Home |
Main Index |
Thread Index |
Old Index