Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic s/reseting/resetting/



details:   https://anonhg.NetBSD.org/src/rev/c6d1de8cf93f
branches:  trunk
changeset: 946093:c6d1de8cf93f
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Nov 16 00:12:13 2020 +0000

description:
s/reseting/resetting/

diffstat:

 sys/dev/ic/ath.c   |  8 ++++----
 sys/dev/ic/atppc.c |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 38d33d538d1f -r c6d1de8cf93f sys/dev/ic/ath.c
--- a/sys/dev/ic/ath.c  Sun Nov 15 22:31:03 2020 +0000
+++ b/sys/dev/ic/ath.c  Mon Nov 16 00:12:13 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ath.c,v 1.132 2020/07/22 01:24:40 msaitoh Exp $        */
+/*     $NetBSD: ath.c,v 1.133 2020/11/16 00:12:13 msaitoh Exp $        */
 
 /*-
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -41,7 +41,7 @@
 __FBSDID("$FreeBSD: src/sys/dev/ath/if_ath.c,v 1.104 2005/09/16 10:09:23 ru Exp $");
 #endif
 #ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.132 2020/07/22 01:24:40 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ath.c,v 1.133 2020/11/16 00:12:13 msaitoh Exp $");
 #endif
 
 /*
@@ -4551,7 +4551,7 @@
 
 /*
  * Set/change channels.  If the channel is really being changed,
- * it's done by reseting the chip.  To accomplish this we must
+ * it's done by resetting the chip.  To accomplish this we must
  * first cleanup any pending DMA, then restart stuff after a la
  * ath_init.
  */
@@ -5226,7 +5226,7 @@
        /* XXX layering violation */
        sc->sc_mcastrix = ath_tx_findrix(rt, sc->sc_ic.ic_mcast_rate);
        sc->sc_mcastrate = sc->sc_ic.ic_mcast_rate;
-       /* NB: caller is responsible for reseting rate control state */
+       /* NB: caller is responsible for resetting rate control state */
 #undef N
 }
 
diff -r 38d33d538d1f -r c6d1de8cf93f sys/dev/ic/atppc.c
--- a/sys/dev/ic/atppc.c        Sun Nov 15 22:31:03 2020 +0000
+++ b/sys/dev/ic/atppc.c        Mon Nov 16 00:12:13 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atppc.c,v 1.36 2020/07/22 01:24:40 msaitoh Exp $ */
+/* $NetBSD: atppc.c,v 1.37 2020/11/16 00:12:13 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2001 Alcove - Nicolas Souchu
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.36 2020/07/22 01:24:40 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.37 2020/11/16 00:12:13 msaitoh Exp $");
 
 #include "opt_atppc.h"
 
@@ -2310,7 +2310,7 @@
                atppc->sc_outbstart += worklen;
        }
 
-       ATPPC_DPRINTF(("%s: reseting FIFO.\n", __func__));
+       ATPPC_DPRINTF(("%s: resetting FIFO.\n", __func__));
        atppc_w_ecr(atppc, ATPPC_ECR_PS2);
        atppc_barrier_w(atppc);
 }



Home | Main Index | Thread Index | Old Index