Module Name:    src
Committed By:   andvar
Date:           Fri Sep 17 08:13:06 UTC 2021

Modified Files:
        src/lib/libperfuse: fuse.h
        src/sys/arch/arm/at91: at91rm9200reg.h at91sam9260reg.h
            at91sam9261reg.h
        src/sys/arch/arm/ep93xx: ep93xxreg.h
        src/sys/arch/arm/ixp12x0: ixp12x0reg.h
        src/sys/arch/mips/cavium/dev: octeon_pko.c
        src/sys/dev/marvell: if_mvxpe.c

Log Message:
some love to double letters (in comments).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libperfuse/fuse.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/at91/at91rm9200reg.h \
    src/sys/arch/arm/at91/at91sam9261reg.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/at91/at91sam9260reg.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/ep93xx/ep93xxreg.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/ixp12x0/ixp12x0reg.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/cavium/dev/octeon_pko.c
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/marvell/if_mvxpe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libperfuse/fuse.h
diff -u src/lib/libperfuse/fuse.h:1.7 src/lib/libperfuse/fuse.h:1.8
--- src/lib/libperfuse/fuse.h:1.7	Tue Oct 18 17:56:31 2016
+++ src/lib/libperfuse/fuse.h	Fri Sep 17 08:13:06 2021
@@ -1,4 +1,4 @@
-/*  $NetBSD: fuse.h,v 1.7 2016/10/18 17:56:31 christos Exp $ */
+/*  $NetBSD: fuse.h,v 1.8 2021/09/17 08:13:06 andvar Exp $ */
 
 /*-
  *  Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
@@ -453,7 +453,7 @@ struct fuse_fallocate_in {
 };
 
 #if 0 /* Duplicated in perfuse.h to avoid making fuse.h public */
-/* Send from kernel to proces */
+/* Send from kernel to process */
 struct fuse_in_header {
 	uint32_t	len;
 	uint32_t	opcode;

Index: src/sys/arch/arm/at91/at91rm9200reg.h
diff -u src/sys/arch/arm/at91/at91rm9200reg.h:1.3 src/sys/arch/arm/at91/at91rm9200reg.h:1.4
--- src/sys/arch/arm/at91/at91rm9200reg.h:1.3	Fri Oct 23 06:53:13 2009
+++ src/sys/arch/arm/at91/at91rm9200reg.h	Fri Sep 17 08:13:06 2021
@@ -1,5 +1,5 @@
-/*	$Id: at91rm9200reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $	*/
-/*	$NetBSD: at91rm9200reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $	*/
+/*	$Id: at91rm9200reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $	*/
+/*	$NetBSD: at91rm9200reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $	*/
 
 /*
  * Copyright (c) 2007 Embedtronics Oy
@@ -76,7 +76,7 @@
  *
  * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most devices are dynamicaly mapped by bus_space_map(). In this case,
+ * Most devices are dynamically mapped by bus_space_map(). In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 
Index: src/sys/arch/arm/at91/at91sam9261reg.h
diff -u src/sys/arch/arm/at91/at91sam9261reg.h:1.3 src/sys/arch/arm/at91/at91sam9261reg.h:1.4
--- src/sys/arch/arm/at91/at91sam9261reg.h:1.3	Fri Oct 23 06:53:13 2009
+++ src/sys/arch/arm/at91/at91sam9261reg.h	Fri Sep 17 08:13:06 2021
@@ -1,5 +1,5 @@
-/*	$Id: at91sam9261reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $	*/
-/*	$NetBSD: at91sam9261reg.h,v 1.3 2009/10/23 06:53:13 snj Exp $	*/
+/*	$Id: at91sam9261reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $	*/
+/*	$NetBSD: at91sam9261reg.h,v 1.4 2021/09/17 08:13:06 andvar Exp $	*/
 
 /*
  * Copyright (c) 2007 Embedtronics Oy
@@ -84,7 +84,7 @@
  *
  * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most devices are dynamicaly mapped by bus_space_map(). In this case,
+ * Most devices are dynamically mapped by bus_space_map(). In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 

Index: src/sys/arch/arm/at91/at91sam9260reg.h
diff -u src/sys/arch/arm/at91/at91sam9260reg.h:1.1 src/sys/arch/arm/at91/at91sam9260reg.h:1.2
--- src/sys/arch/arm/at91/at91sam9260reg.h:1.1	Fri Nov  4 17:20:54 2011
+++ src/sys/arch/arm/at91/at91sam9260reg.h	Fri Sep 17 08:13:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: at91sam9260reg.h,v 1.1 2011/11/04 17:20:54 aymeric Exp $	*/
+/*	$NetBSD: at91sam9260reg.h,v 1.2 2021/09/17 08:13:06 andvar Exp $	*/
 
 /*
  * Copyright (c) 2007 Embedtronics Oy
@@ -84,7 +84,7 @@
  *
  * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most devices are dynamicaly mapped by bus_space_map(). In this case,
+ * Most devices are dynamically mapped by bus_space_map(). In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 

Index: src/sys/arch/arm/ep93xx/ep93xxreg.h
diff -u src/sys/arch/arm/ep93xx/ep93xxreg.h:1.7 src/sys/arch/arm/ep93xx/ep93xxreg.h:1.8
--- src/sys/arch/arm/ep93xx/ep93xxreg.h:1.7	Fri Oct 23 00:39:30 2009
+++ src/sys/arch/arm/ep93xx/ep93xxreg.h	Fri Sep 17 08:13:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ep93xxreg.h,v 1.7 2009/10/23 00:39:30 snj Exp $ */
+/*	$NetBSD: ep93xxreg.h,v 1.8 2021/09/17 08:13:06 andvar Exp $ */
 
 /*
  * Copyright (c) 2004 Jesse Off
@@ -96,9 +96,9 @@
 /*
  * Virtual memory map for the Cirrus Logic EP93XX integrated devices
  *
- * Some device registers are staticaly mapped on upper address region.
+ * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most device is dynamicaly mapped by bus_space_map().  In this case,
+ * Most device is dynamically mapped by bus_space_map().  In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 

Index: src/sys/arch/arm/ixp12x0/ixp12x0reg.h
diff -u src/sys/arch/arm/ixp12x0/ixp12x0reg.h:1.8 src/sys/arch/arm/ixp12x0/ixp12x0reg.h:1.9
--- src/sys/arch/arm/ixp12x0/ixp12x0reg.h:1.8	Mon Aug  2 12:56:22 2021
+++ src/sys/arch/arm/ixp12x0/ixp12x0reg.h	Fri Sep 17 08:13:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: ixp12x0reg.h,v 1.8 2021/08/02 12:56:22 andvar Exp $ */
+/*	$NetBSD: ixp12x0reg.h,v 1.9 2021/09/17 08:13:06 andvar Exp $ */
 
 /*
  * Copyright (c) 2002, 2003
@@ -83,9 +83,9 @@
  * To make user process space wider, we map the registers at lower address
  * to upper address using address translation of virtual memory system.
  *
- * Some device registers are staticaly mapped on upper address region.
+ * Some device registers are statically mapped on upper address region.
  * because we have to access them before bus_space is initialized.
- * Most device is dinamicaly mapped by bus_space_map().  In this case,
+ * Most device is dynamically mapped by bus_space_map().  In this case,
  * the actual mapped (virtual) address are not cared by device drivers.
  */
 

Index: src/sys/arch/mips/cavium/dev/octeon_pko.c
diff -u src/sys/arch/mips/cavium/dev/octeon_pko.c:1.6 src/sys/arch/mips/cavium/dev/octeon_pko.c:1.7
--- src/sys/arch/mips/cavium/dev/octeon_pko.c:1.6	Mon Jan  4 17:22:59 2021
+++ src/sys/arch/mips/cavium/dev/octeon_pko.c	Fri Sep 17 08:13:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: octeon_pko.c,v 1.6 2021/01/04 17:22:59 thorpej Exp $	*/
+/*	$NetBSD: octeon_pko.c,v 1.7 2021/09/17 08:13:06 andvar Exp $	*/
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_pko.c,v 1.6 2021/01/04 17:22:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_pko.c,v 1.7 2021/09/17 08:13:06 andvar Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -107,7 +107,7 @@ octpko_port_enable(struct octpko_softc *
 	reg_read_idx = 0;
 	SET(reg_read_idx, sc->sc_port & PKO_REG_READ_IDX_IDX);
 
-	/* XXX assume one queue maped one port */
+	/* XXX assume one queue mapped one port */
 	/* Enable packet output by enabling all queues for this port */
 	mem_queue_qos = 0;
 	SET(mem_queue_qos, __SHIFTIN(sc->sc_port, PKO_MEM_QUEUE_QOS_PID));
@@ -136,7 +136,7 @@ octpko_port_config(struct octpko_softc *
 
 	KASSERT(buf_ptr != 0);
 
-	/* assume one queue maped one port */
+	/* assume one queue mapped one port */
 	mem_queue_ptrs = 0;
 	SET(mem_queue_ptrs, PKO_MEM_QUEUE_PTRS_TAIL);
 	SET(mem_queue_ptrs, __SHIFTIN(0, PKO_MEM_QUEUE_PTRS_IDX));

Index: src/sys/dev/marvell/if_mvxpe.c
diff -u src/sys/dev/marvell/if_mvxpe.c:1.35 src/sys/dev/marvell/if_mvxpe.c:1.36
--- src/sys/dev/marvell/if_mvxpe.c:1.35	Fri Aug 13 21:04:44 2021
+++ src/sys/dev/marvell/if_mvxpe.c	Fri Sep 17 08:13:06 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_mvxpe.c,v 1.35 2021/08/13 21:04:44 andvar Exp $	*/
+/*	$NetBSD: if_mvxpe.c,v 1.36 2021/09/17 08:13:06 andvar Exp $	*/
 /*
  * Copyright (c) 2015 Internet Initiative Japan Inc.
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.35 2021/08/13 21:04:44 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.36 2021/09/17 08:13:06 andvar Exp $");
 
 #include "opt_multiprocessor.h"
 
@@ -875,7 +875,7 @@ mvxpe_initreg(struct ifnet *ifp)
 	/* Tx MTU Limit */
 	MVXPE_WRITE(sc, MVXPE_TXMTU, MVXPE_MTU);
 
-	/* Check SGMII or SERDES(asume IPL/U-BOOT initialize this) */
+	/* Check SGMII or SERDES(assume IPL/U-BOOT initialize this) */
 	reg = MVXPE_READ(sc, MVXPE_PMACC0);
 	if ((reg & MVXPE_PMACC0_PORTTYPE) != 0)
 		serdes = 1;

Reply via email to