s/ for for / for / in comment.
This commit is contained in:
parent
e2868e2025
commit
821e159c0a
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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,v 1.68 2019/01/08 19:41:09 jdolecek Exp
|
|||
|
||||
/*
|
||||
* 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
|
||||
|
|
|
@ -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,v 1.44 2014/10/18 08:33:26 snj Exp $");
|
|||
|
||||
/*
|
||||
* 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
|
||||
|
|
|
@ -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, paddr_t pa, vsize_t size)
|
|||
{
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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_args *pa,
|
|||
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
|
||||
|
|
|
@ -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, const struct iwm_fw_sects *fws)
|
|||
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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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; /* vfs_syscalls.c */
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue