Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci s/watchog/watchdog in comment and log message, o...



details:   https://anonhg.NetBSD.org/src/rev/86d60e969f89
branches:  trunk
changeset: 363931:86d60e969f89
user:      andvar <andvar%NetBSD.org@localhost>
date:      Wed Mar 16 10:08:02 2022 +0000

description:
s/watchog/watchdog in comment and log message, one wording fix in comment.

diffstat:

 sys/arch/mips/ralink/ralink_eth.c |  6 +++---
 sys/dev/pci/if_jme.c              |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r bb11f6703c48 -r 86d60e969f89 sys/arch/mips/ralink/ralink_eth.c
--- a/sys/arch/mips/ralink/ralink_eth.c Wed Mar 16 09:48:23 2022 +0000
+++ b/sys/arch/mips/ralink/ralink_eth.c Wed Mar 16 10:08:02 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ralink_eth.c,v 1.22 2021/08/17 22:00:30 andvar Exp $   */
+/*     $NetBSD: ralink_eth.c,v 1.23 2022/03/16 10:08:02 andvar Exp $   */
 /*-
  * Copyright (c) 2011 CradlePoint Technology, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
 /* ralink_eth.c -- Ralink Ethernet Driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ralink_eth.c,v 1.22 2021/08/17 22:00:30 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ralink_eth.c,v 1.23 2022/03/16 10:08:02 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -1325,7 +1325,7 @@
                sc->sc_evcnt_wd_tx.ev_count++;
        } else {
                RALINK_DEBUG(RALINK_DEBUG_ERROR,
-                   "%s: spurious watchog timeout\n", ifp->if_xname);
+                   "%s: spurious watchdog timeout\n", ifp->if_xname);
                sc->sc_evcnt_wd_spurious.ev_count++;
                return;
        }
diff -r bb11f6703c48 -r 86d60e969f89 sys/dev/pci/if_jme.c
--- a/sys/dev/pci/if_jme.c      Wed Mar 16 09:48:23 2022 +0000
+++ b/sys/dev/pci/if_jme.c      Wed Mar 16 10:08:02 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_jme.c,v 1.50 2021/05/08 00:27:02 thorpej Exp $      */
+/*     $NetBSD: if_jme.c,v 1.51 2022/03/16 10:08:02 andvar Exp $       */
 
 /*
  * Copyright (c) 2008 Manuel Bouyer.  All rights reserved.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_jme.c,v 1.50 2021/05/08 00:27:02 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_jme.c,v 1.51 2022/03/16 10:08:02 andvar Exp $");
 
 
 #include <sys/param.h>
@@ -1614,7 +1614,7 @@
                sc->jme_if.if_flags &= ~IFF_OACTIVE;
        }
        sc->jme_tx_cons = cons;
-       /* Unarm watchog timer when there is no pending descriptors in queue. */
+       /* Unarm watchdog timer when there are no pending descriptors in queue. */
        if (sc->jme_tx_cnt == 0)
                ifp->if_timer = 0;
 #ifdef JMEDEBUG_TX



Home | Main Index | Thread Index | Old Index