Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci fixup field names in previous



details:   https://anonhg.NetBSD.org/src/rev/a295bba78998
branches:  trunk
changeset: 930580:a295bba78998
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Apr 08 21:56:01 2020 +0000

description:
fixup field names in previous

diffstat:

 sys/dev/pci/if_wm.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 05286ff881c2 -r a295bba78998 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Wed Apr 08 21:51:42 2020 +0000
+++ b/sys/dev/pci/if_wm.c       Wed Apr 08 21:56:01 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.671 2020/04/08 21:51:42 jdolecek Exp $     */
+/*     $NetBSD: if_wm.c,v 1.672 2020/04/08 21:56:01 jdolecek Exp $     */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.671 2020/04/08 21:51:42 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.672 2020/04/08 21:56:01 jdolecek Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -7403,7 +7403,7 @@
 
        default:
                /* Don't support this protocol or encapsulation. */
-               txq->txq_last_hw_cmd = txq->last_hw_fields = 0;
+               txq->txq_last_hw_cmd = txq->txq_last_hw_fields = 0;
                txq->txq_last_hw_ipcs = 0;
                txq->txq_last_hw_tucs = 0;
                *fieldsp = 0;
@@ -7882,8 +7882,8 @@
                                continue;
                        }
                } else {
-                       txq->txq_last_hw_cmd = txq->last_hw_fields = 0;
-                       txq->txq_last_hw_ipcs = txq->last_hw_tucs = 0;
+                       txq->txq_last_hw_cmd = txq->txq_last_hw_fields = 0;
+                       txq->txq_last_hw_ipcs = txq->txq_last_hw_tucs = 0;
                        cksumcmd = 0;
                        cksumfields = 0;
                }



Home | Main Index | Thread Index | Old Index