Module Name: src
Committed By: msaitoh
Date: Wed Feb 5 09:47:16 UTC 2020
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_vf.c ixgbe_x550.c
Log Message:
No functional change:
- Fix typos.
- Remove extra newline.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/ixgbe/ixgbe_vf.c
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/ixgbe/ixgbe_x550.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/ixgbe/ixgbe_vf.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.22 src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.23
--- src/sys/dev/pci/ixgbe/ixgbe_vf.c:1.22 Fri Sep 20 09:28:37 2019
+++ src/sys/dev/pci/ixgbe/ixgbe_vf.c Wed Feb 5 09:47:16 2020
@@ -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 @@ s32 ixgbevf_update_xcast_mode(struct ixg
* 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
Index: src/sys/dev/pci/ixgbe/ixgbe_x550.c
diff -u src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.17 src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.18
--- src/sys/dev/pci/ixgbe/ixgbe_x550.c:1.17 Mon Dec 23 09:36:18 2019
+++ src/sys/dev/pci/ixgbe/ixgbe_x550.c Wed Feb 5 09:47:16 2020
@@ -2895,7 +2895,7 @@ static s32 ixgbe_setup_sfi_x550a(struct
* @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 @@ bool ixgbe_fw_recovery_mode_X550(struct
return !!(fwsm & IXGBE_FWSM_FW_NVM_RECOVERY_MODE);
}
-