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 Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/e00033c618ba
branches:  trunk
changeset: 943319:e00033c618ba
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Aug 31 06:23:19 2020 +0000

description:
Fix typo in comment.

diffstat:

 sys/dev/pci/ixgbe/ixgbe.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fb286d5d86f7 -r e00033c618ba sys/dev/pci/ixgbe/ixgbe.c
--- a/sys/dev/pci/ixgbe/ixgbe.c Mon Aug 31 06:21:07 2020 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.c Mon Aug 31 06:23:19 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.c,v 1.249 2020/08/31 06:20:06 msaitoh Exp $ */
+/* $NetBSD: ixgbe.c,v 1.250 2020/08/31 06:23:19 msaitoh Exp $ */
 
 /******************************************************************************
 
@@ -4511,7 +4511,7 @@
                if (hw->mac.type == ixgbe_mac_82598EB) {
                        /*
                         * On 82598EB, SFP+'s MOD_ABS pin is not connected to
-                        * any GPIP(SDP). So just schedule TASK_MOD.
+                        * any GPIO(SDP). So just schedule TASK_MOD.
                         */
                        sched_mod_task = true;
                } else {
@@ -4777,7 +4777,7 @@
        /*
         * Don't shedule MSF event if the chip is 82598. 82598 doesn't support
         * MSF. At least, calling ixgbe_handle_msf on 82598 DA makes the link
-        * flap because the function call setup_link().
+        * flap because the function calls setup_link().
         */
        if (hw->mac.type != ixgbe_mac_82598EB)
                atomic_or_32(&adapter->task_requests, IXGBE_REQUEST_TASK_MSF);



Home | Main Index | Thread Index | Old Index