Module Name: src Committed By: msaitoh Date: Thu Sep 21 09:31:50 UTC 2023
Modified Files: src/sys/arch/arc/jazz: if_sn_jazzio.c src/sys/arch/atari/dev: font_8x16.c font_8x8.c src/sys/arch/mac68k/dev: adb_direct.c src/sys/arch/macppc/dev: adb_direct.c src/sys/arch/mips/mips: wired_map.c src/sys/dev/ic: ispmbox.h ispvar.h src/sys/dev/pci: if_ena.c if_iwm.c src/sys/dev/usb: umcs.h src/sys/dev/wsfont: vt220iso8x16.h vt220iso8x8.h src/sys/kern: kern_event.c Log Message: s/ for for / for / in comment. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arc/jazz/if_sn_jazzio.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/atari/dev/font_8x16.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/atari/dev/font_8x8.c cvs rdiff -u -r1.68 -r1.69 src/sys/arch/mac68k/dev/adb_direct.c cvs rdiff -u -r1.44 -r1.45 src/sys/arch/macppc/dev/adb_direct.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/mips/wired_map.c cvs rdiff -u -r1.57 -r1.58 src/sys/dev/ic/ispmbox.h cvs rdiff -u -r1.75 -r1.76 src/sys/dev/ic/ispvar.h cvs rdiff -u -r1.33 -r1.34 src/sys/dev/pci/if_ena.c cvs rdiff -u -r1.87 -r1.88 src/sys/dev/pci/if_iwm.c cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/umcs.h cvs rdiff -u -r1.8 -r1.9 src/sys/dev/wsfont/vt220iso8x16.h cvs rdiff -u -r1.1 -r1.2 src/sys/dev/wsfont/vt220iso8x8.h cvs rdiff -u -r1.149 -r1.150 src/sys/kern/kern_event.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arc/jazz/if_sn_jazzio.c diff -u src/sys/arch/arc/jazz/if_sn_jazzio.c:1.14 src/sys/arch/arc/jazz/if_sn_jazzio.c:1.15 --- src/sys/arch/arc/jazz/if_sn_jazzio.c:1.14 Sat Feb 20 09:36:30 2021 +++ src/sys/arch/arc/jazz/if_sn_jazzio.c Thu Sep 21 09:31:49 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: if_sn_jazzio.c,v 1.14 2021/02/20 09:36:30 rin Exp $ */ +/* $NetBSD: if_sn_jazzio.c,v 1.15 2023/09/21 09:31:49 msaitoh Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -30,12 +30,12 @@ */ /* - * Microsoft JAZZ front-end for for the National Semiconductor DP83932 + * Microsoft JAZZ front-end for the National Semiconductor DP83932 * Systems-Oriented Network Interface Controller (SONIC). */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_sn_jazzio.c,v 1.14 2021/02/20 09:36:30 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_sn_jazzio.c,v 1.15 2023/09/21 09:31:49 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/atari/dev/font_8x16.c diff -u src/sys/arch/atari/dev/font_8x16.c:1.6 src/sys/arch/atari/dev/font_8x16.c:1.7 --- src/sys/arch/atari/dev/font_8x16.c:1.6 Fri Jan 6 10:28:28 2023 +++ src/sys/arch/atari/dev/font_8x16.c Thu Sep 21 09:31:49 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: font_8x16.c,v 1.6 2023/01/06 10:28:28 tsutsui Exp $ */ +/* $NetBSD: font_8x16.c,v 1.7 2023/09/21 09:31:49 msaitoh Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -33,7 +33,7 @@ */ /* - * Translated into compiler and human readable for for the Atari-TT port of + * Translated into compiler and human readable for the Atari-TT port of * NetBSD by Leo Weppelman. * * Reorganized and edited some chars to fit the iso-8859-1 fontset by @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: font_8x16.c,v 1.6 2023/01/06 10:28:28 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: font_8x16.c,v 1.7 2023/09/21 09:31:49 msaitoh Exp $"); #include <atari/dev/font.h> Index: src/sys/arch/atari/dev/font_8x8.c diff -u src/sys/arch/atari/dev/font_8x8.c:1.5 src/sys/arch/atari/dev/font_8x8.c:1.6 --- src/sys/arch/atari/dev/font_8x8.c:1.5 Fri Jan 6 10:28:28 2023 +++ src/sys/arch/atari/dev/font_8x8.c Thu Sep 21 09:31:49 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: font_8x8.c,v 1.5 2023/01/06 10:28:28 tsutsui Exp $ */ +/* $NetBSD: font_8x8.c,v 1.6 2023/09/21 09:31:49 msaitoh Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -33,7 +33,7 @@ */ /* - * Translated into compiler and human readable for for the Atari-TT port of + * Translated into compiler and human readable for the Atari-TT port of * NetBSD by Leo Weppelman. * * Reorganized and edited some chars to fit the iso-8859-1 fontset @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: font_8x8.c,v 1.5 2023/01/06 10:28:28 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: font_8x8.c,v 1.6 2023/09/21 09:31:49 msaitoh Exp $"); #include <atari/dev/font.h> Index: src/sys/arch/mac68k/dev/adb_direct.c diff -u src/sys/arch/mac68k/dev/adb_direct.c:1.68 src/sys/arch/mac68k/dev/adb_direct.c:1.69 --- src/sys/arch/mac68k/dev/adb_direct.c:1.68 Tue Jan 8 19:41:09 2019 +++ src/sys/arch/mac68k/dev/adb_direct.c Thu Sep 21 09:31:49 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: adb_direct.c,v 1.68 2019/01/08 19:41:09 jdolecek Exp $ */ +/* $NetBSD: adb_direct.c,v 1.69 2023/09/21 09:31:49 msaitoh Exp $ */ /* From: adb_direct.c 2.02 4/18/97 jpw */ @@ -62,7 +62,7 @@ #ifdef __NetBSD__ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adb_direct.c,v 1.68 2019/01/08 19:41:09 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adb_direct.c,v 1.69 2023/09/21 09:31:49 msaitoh Exp $"); #include "opt_adb.h" @@ -157,7 +157,7 @@ __KERNEL_RCSID(0, "$NetBSD: adb_direct.c /* * This is the delay that is required (in uS) between certain - * ADB transactions. The actual timing delay for for each uS is + * ADB transactions. The actual timing delay for each uS is * calculated at boot time to account for differences in machine speed. */ #define ADB_DELAY 150 Index: src/sys/arch/macppc/dev/adb_direct.c diff -u src/sys/arch/macppc/dev/adb_direct.c:1.44 src/sys/arch/macppc/dev/adb_direct.c:1.45 --- src/sys/arch/macppc/dev/adb_direct.c:1.44 Sat Oct 18 08:33:26 2014 +++ src/sys/arch/macppc/dev/adb_direct.c Thu Sep 21 09:31:49 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: adb_direct.c,v 1.44 2014/10/18 08:33:26 snj Exp $ */ +/* $NetBSD: adb_direct.c,v 1.45 2023/09/21 09:31:49 msaitoh Exp $ */ /* From: adb_direct.c 2.02 4/18/97 jpw */ @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: adb_direct.c,v 1.44 2014/10/18 08:33:26 snj Exp $"); +__KERNEL_RCSID(0, "$NetBSD: adb_direct.c,v 1.45 2023/09/21 09:31:49 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -134,7 +134,7 @@ __KERNEL_RCSID(0, "$NetBSD: adb_direct.c /* * This is the delay that is required (in uS) between certain - * ADB transactions. The actual timing delay for for each uS is + * ADB transactions. The actual timing delay for each uS is * calculated at boot time to account for differences in machine speed. */ #define ADB_DELAY 150 Index: src/sys/arch/mips/mips/wired_map.c diff -u src/sys/arch/mips/mips/wired_map.c:1.7 src/sys/arch/mips/mips/wired_map.c:1.8 --- src/sys/arch/mips/mips/wired_map.c:1.7 Mon Jun 3 05:59:01 2019 +++ src/sys/arch/mips/mips/wired_map.c Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: wired_map.c,v 1.7 2019/06/03 05:59:01 msaitoh Exp $ */ +/* $NetBSD: wired_map.c,v 1.8 2023/09/21 09:31:50 msaitoh Exp $ */ /*- * Copyright (c) 2005 Tadpole Computer Inc. @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: wired_map.c,v 1.7 2019/06/03 05:59:01 msaitoh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: wired_map.c,v 1.8 2023/09/21 09:31:50 msaitoh Exp $"); #define __PMAP_PRIVATE @@ -179,7 +179,7 @@ mips3_wired_enter_region(vaddr_t va, pad { vaddr_t vend; /* - * This routine allows for for wired mappings to be set up, + * This routine allows for wired mappings to be set up, * and handles previously defined mappings and mapping * overlaps reasonably well. However, caution should be used * not to attempt to change the mapping for a page unless you Index: src/sys/dev/ic/ispmbox.h diff -u src/sys/dev/ic/ispmbox.h:1.57 src/sys/dev/ic/ispmbox.h:1.58 --- src/sys/dev/ic/ispmbox.h:1.57 Mon Jan 24 09:42:14 2022 +++ src/sys/dev/ic/ispmbox.h Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: ispmbox.h,v 1.57 2022/01/24 09:42:14 andvar Exp $ */ +/* $NetBSD: ispmbox.h,v 1.58 2023/09/21 09:31:50 msaitoh Exp $ */ /* * Copyright (C) 1997, 1998, 1999 National Aeronautics & Space Administration * All rights reserved. @@ -29,7 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. + * Mailbox and Queue Entry Definitions for Qlogic ISP SCSI adapters. */ #ifndef _ISPMBOX_H #define _ISPMBOX_H Index: src/sys/dev/ic/ispvar.h diff -u src/sys/dev/ic/ispvar.h:1.75 src/sys/dev/ic/ispvar.h:1.76 --- src/sys/dev/ic/ispvar.h:1.75 Tue Apr 12 20:51:42 2022 +++ src/sys/dev/ic/ispvar.h Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: ispvar.h,v 1.75 2022/04/12 20:51:42 andvar Exp $ */ +/* $NetBSD: ispvar.h,v 1.76 2023/09/21 09:31:50 msaitoh Exp $ */ /* * Copyright (C) 1999 National Aeronautics & Space Administration * All rights reserved. @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ /* - * Soft Definitions for for Qlogic ISP SCSI adapters. + * Soft Definitions for Qlogic ISP SCSI adapters. */ #ifndef _ISPVAR_H Index: src/sys/dev/pci/if_ena.c diff -u src/sys/dev/pci/if_ena.c:1.33 src/sys/dev/pci/if_ena.c:1.34 --- src/sys/dev/pci/if_ena.c:1.33 Mon May 23 13:53:37 2022 +++ src/sys/dev/pci/if_ena.c Thu Sep 21 09:31:50 2023 @@ -36,7 +36,7 @@ #if 0 __FBSDID("$FreeBSD: head/sys/dev/ena/ena.c 333456 2018-05-10 09:37:54Z mw $"); #endif -__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.33 2022/05/23 13:53:37 rin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_ena.c,v 1.34 2023/09/21 09:31:50 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -3142,7 +3142,7 @@ ena_calc_io_queue_num(struct pci_attach_ io_queue_num = min_t(int, mp_ncpus, ENA_MAX_NUM_IO_QUEUES); io_queue_num = min_t(int, io_queue_num, io_sq_num); io_queue_num = min_t(int, io_queue_num, io_cq_num); - /* 1 IRQ for for mgmnt and 1 IRQ for each TX/RX pair */ + /* 1 IRQ for mgmnt and 1 IRQ for each TX/RX pair */ io_queue_num = min_t(int, io_queue_num, pci_msix_count(pa->pa_pc, pa->pa_tag) - 1); #ifdef RSS Index: src/sys/dev/pci/if_iwm.c diff -u src/sys/dev/pci/if_iwm.c:1.87 src/sys/dev/pci/if_iwm.c:1.88 --- src/sys/dev/pci/if_iwm.c:1.87 Thu Jun 24 09:17:53 2021 +++ src/sys/dev/pci/if_iwm.c Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: if_iwm.c,v 1.87 2021/06/24 09:17:53 riastradh Exp $ */ +/* $NetBSD: if_iwm.c,v 1.88 2023/09/21 09:31:50 msaitoh Exp $ */ /* OpenBSD: if_iwm.c,v 1.148 2016/11/19 21:07:08 stsp Exp */ #define IEEE80211_NO_HT /* @@ -106,7 +106,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_iwm.c,v 1.87 2021/06/24 09:17:53 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_iwm.c,v 1.88 2023/09/21 09:31:50 msaitoh Exp $"); #include <sys/param.h> #include <sys/conf.h> @@ -3033,7 +3033,7 @@ iwm_send_paging_cmd(struct iwm_softc *sc size -= (sizeof(uint64_t) - sizeof(uint32_t)) * IWM_NUM_OF_FW_PAGING_BLOCKS; - /* loop for for all paging blocks + CSS block */ + /* loop for all paging blocks + CSS block */ for (blk_idx = 0; blk_idx < sc->num_of_paging_blk + 1; blk_idx++) { bus_addr_t dev_phy_addr = sc->fw_paging_db[blk_idx].fw_paging_block.paddr; Index: src/sys/dev/usb/umcs.h diff -u src/sys/dev/usb/umcs.h:1.4 src/sys/dev/usb/umcs.h:1.5 --- src/sys/dev/usb/umcs.h:1.4 Sat Jul 31 20:29:37 2021 +++ src/sys/dev/usb/umcs.h Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: umcs.h,v 1.4 2021/07/31 20:29:37 andvar Exp $ */ +/* $NetBSD: umcs.h,v 1.5 2023/09/21 09:31:50 msaitoh Exp $ */ /* $FreeBSD: head/sys/dev/usb/serial/umcs.h 252123 2013-06-23 20:19:51Z thomas $ */ /*- @@ -45,7 +45,7 @@ * All these registers are documented only in full datasheet, * which can be requested from MosChip tech support. */ -#define MCS7840_DEV_REG_SP1 0x00 /* Options for for UART 1, R/W */ +#define MCS7840_DEV_REG_SP1 0x00 /* Options for UART 1, R/W */ #define MCS7840_DEV_REG_CONTROL1 0x01 /* Control bits for UART 1, * R/W */ #define MCS7840_DEV_REG_PINPONGHIGH 0x02 /* High bits of ping-pong Index: src/sys/dev/wsfont/vt220iso8x16.h diff -u src/sys/dev/wsfont/vt220iso8x16.h:1.8 src/sys/dev/wsfont/vt220iso8x16.h:1.9 --- src/sys/dev/wsfont/vt220iso8x16.h:1.8 Tue Jun 21 15:40:20 2022 +++ src/sys/dev/wsfont/vt220iso8x16.h Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: vt220iso8x16.h,v 1.8 2022/06/21 15:40:20 tsutsui Exp $ */ +/* $NetBSD: vt220iso8x16.h,v 1.9 2023/09/21 09:31:50 msaitoh Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -33,7 +33,7 @@ */ /* - * Translated into compiler and human readable for for the Atari-TT port of + * Translated into compiler and human readable for the Atari-TT port of * NetBSD by Leo Weppelman. * * Reorganized and edited some chars to fit the iso-8859-1 fontset by Index: src/sys/dev/wsfont/vt220iso8x8.h diff -u src/sys/dev/wsfont/vt220iso8x8.h:1.1 src/sys/dev/wsfont/vt220iso8x8.h:1.2 --- src/sys/dev/wsfont/vt220iso8x8.h:1.1 Thu Jul 22 12:48:00 2010 +++ src/sys/dev/wsfont/vt220iso8x8.h Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: vt220iso8x8.h,v 1.1 2010/07/22 12:48:00 tsutsui Exp $ */ +/* $NetBSD: vt220iso8x8.h,v 1.2 2023/09/21 09:31:50 msaitoh Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -33,7 +33,7 @@ */ /* - * Translated into compiler and human readable for for the Atari-TT port of + * Translated into compiler and human readable for the Atari-TT port of * NetBSD by Leo Weppelman. * * Reorganized and edited some chars to fit the iso-8859-1 fontset Index: src/sys/kern/kern_event.c diff -u src/sys/kern/kern_event.c:1.149 src/sys/kern/kern_event.c:1.150 --- src/sys/kern/kern_event.c:1.149 Fri Jul 28 18:19:01 2023 +++ src/sys/kern/kern_event.c Thu Sep 21 09:31:50 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: kern_event.c,v 1.149 2023/07/28 18:19:01 christos Exp $ */ +/* $NetBSD: kern_event.c,v 1.150 2023/09/21 09:31:50 msaitoh Exp $ */ /*- * Copyright (c) 2008, 2009, 2021 The NetBSD Foundation, Inc. @@ -63,7 +63,7 @@ #endif /* _KERNEL_OPT */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: kern_event.c,v 1.149 2023/07/28 18:19:01 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_event.c,v 1.150 2023/09/21 09:31:50 msaitoh Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -268,7 +268,7 @@ extern const struct filterops fs_filtops extern const struct filterops sig_filtops; /* kern_sig.c */ /* - * Table for for all system-defined filters. + * Table for all system-defined filters. * These should be listed in the numeric order of the EVFILT_* defines. * If filtops is NULL, the filter isn't implemented in NetBSD. * End of list is when name is NULL.