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/alway /always/



details:   https://anonhg.NetBSD.org/src/rev/13be78710b66
branches:  trunk
changeset: 985157:13be78710b66
user:      andvar <andvar%NetBSD.org@localhost>
date:      Mon Aug 09 21:20:50 2021 +0000

description:
s/alway /always/

diffstat:

 sys/arch/x86/x86/intr.c     |  6 +++---
 sys/arch/xen/x86/xen_intr.c |  6 +++---
 sys/dev/ic/athrate-sample.c |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (81 lines):

diff -r 4fe3e57d3a23 -r 13be78710b66 sys/arch/x86/x86/intr.c
--- a/sys/arch/x86/x86/intr.c   Mon Aug 09 21:13:05 2021 +0000
+++ b/sys/arch/x86/x86/intr.c   Mon Aug 09 21:20:50 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.154 2021/02/19 05:34:37 knakahara Exp $     */
+/*     $NetBSD: intr.c,v 1.155 2021/08/09 21:20:50 andvar Exp $        */
 
 /*
  * Copyright (c) 2007, 2008, 2009, 2019 The NetBSD Foundation, Inc.
@@ -133,7 +133,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.154 2021/02/19 05:34:37 knakahara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.155 2021/08/09 21:20:50 andvar Exp $");
 
 #include "opt_intrdebug.h"
 #include "opt_multiprocessor.h"
@@ -317,7 +317,7 @@
        }
 
        /*
-        * If the device is pci, "legacy_irq" is alway -1. Least 8 bit of "ih"
+        * If the device is pci, "legacy_irq" is always -1. Least 8 bit of "ih"
         * is only used in intr_string() to show the irq number.
         * If the device is "legacy"(such as floppy), it should not use
         * intr_string().
diff -r 4fe3e57d3a23 -r 13be78710b66 sys/arch/xen/x86/xen_intr.c
--- a/sys/arch/xen/x86/xen_intr.c       Mon Aug 09 21:13:05 2021 +0000
+++ b/sys/arch/xen/x86/xen_intr.c       Mon Aug 09 21:20:50 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xen_intr.c,v 1.28 2020/08/01 12:39:40 jdolecek Exp $   */
+/*     $NetBSD: xen_intr.c,v 1.29 2021/08/09 21:20:50 andvar Exp $     */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_intr.c,v 1.28 2020/08/01 12:39:40 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_intr.c,v 1.29 2021/08/09 21:20:50 andvar Exp $");
 
 #include "opt_multiprocessor.h"
 #include "opt_pci.h"
@@ -465,7 +465,7 @@
        }
 
        /*
-        * If the device is pci, "legacy_irq" is alway -1. Least 8 bit of "ih"
+        * If the device is pci, "legacy_irq" is always -1. Least 8 bit of "ih"
         * is only used in intr_string() to show the irq number.
         * If the device is "legacy"(such as floppy), it should not use
         * intr_string().
diff -r 4fe3e57d3a23 -r 13be78710b66 sys/dev/ic/athrate-sample.c
--- a/sys/dev/ic/athrate-sample.c       Mon Aug 09 21:13:05 2021 +0000
+++ b/sys/dev/ic/athrate-sample.c       Mon Aug 09 21:20:50 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: athrate-sample.c,v 1.20 2019/11/10 21:16:35 chs Exp $ */
+/*     $NetBSD: athrate-sample.c,v 1.21 2021/08/09 21:20:50 andvar Exp $ */
 
 /*-
  * Copyright (c) 2005 John Bicket
@@ -41,7 +41,7 @@
 __FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/sample/sample.c,v 1.9 2005/07/22 16:50:17 sam Exp $");
 #endif
 #ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: athrate-sample.c,v 1.20 2019/11/10 21:16:35 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: athrate-sample.c,v 1.21 2021/08/09 21:20:50 andvar Exp $");
 #endif
 
 
@@ -372,7 +372,7 @@
        int size_bin = 0;
        int ndx = 0;
 
-       size_bin = size_to_bin(frame_size);     // TODO: it's correct that frame_size alway 0 ?
+       size_bin = size_to_bin(frame_size);     // TODO: it's correct that frame_size always 0 ?
        ndx = sn->current_rate[size_bin]; /* retry at the current bit-rate */
        
        if (!sn->stats[size_bin][ndx].packets_acked) {



Home | Main Index | Thread Index | Old Index