Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/cavium/dev Fix tyop in a comment. Thanks rias...



details:   https://anonhg.NetBSD.org/src/rev/23b731cb4b40
branches:  trunk
changeset: 934241:23b731cb4b40
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Jun 08 01:17:05 2020 +0000

description:
Fix tyop in a comment.  Thanks riastradh@.

diffstat:

 sys/arch/mips/cavium/dev/octeon_rnm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bb610f157859 -r 23b731cb4b40 sys/arch/mips/cavium/dev/octeon_rnm.c
--- a/sys/arch/mips/cavium/dev/octeon_rnm.c     Sun Jun 07 23:33:02 2020 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_rnm.c     Mon Jun 08 01:17:05 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: octeon_rnm.c,v 1.10 2020/06/05 09:18:35 simonb Exp $   */
+/*     $NetBSD: octeon_rnm.c,v 1.11 2020/06/08 01:17:05 simonb Exp $   */
 
 /*
  * Copyright (c) 2007 Internet Initiative Japan, Inc.
@@ -99,7 +99,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_rnm.c,v 1.10 2020/06/05 09:18:35 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_rnm.c,v 1.11 2020/06/08 01:17:05 simonb Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -369,7 +369,7 @@
            __SHIFTIN(RNM_IOBDMA_SUBDID, IOBDMA_SUBDID);
 
        KASSERT(nwords < 128);                  /* iobdma address restriction */
-       KASSERT(nwords <= CVMSEG_LM_RNM_SIZE);  /* size of CVMSEM LM buffer */
+       KASSERT(nwords <= CVMSEG_LM_RNM_SIZE);  /* size of CVMSEG LM buffer */
 
        octeon_iobdma_write_8(iobdma);
        OCTEON_SYNCIOBDMA;



Home | Main Index | Thread Index | Old Index