Source-Changes-HG archive

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

[src/yamt-uio_vmspace]: src/sys/arch/hp700/hp700 fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/cb8b60d99e3c
branches:  yamt-uio_vmspace
changeset: 586736:cb8b60d99e3c
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 18 16:10:08 2006 +0000

description:
fix a typo.

diffstat:

 sys/arch/hp700/hp700/mainbus.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6004fd2086c0 -r cb8b60d99e3c sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c    Sat Feb 18 15:38:30 2006 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c    Sat Feb 18 16:10:08 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.31.2.1 2006/02/18 11:12:19 yamt Exp $    */
+/*     $NetBSD: mainbus.c,v 1.31.2.2 2006/02/18 16:10:08 yamt Exp $    */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.31.2.1 2006/02/18 11:12:19 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.31.2.2 2006/02/18 16:10:08 yamt Exp $");
 
 #include "locators.h"
 #include "opt_power_switch.h"
@@ -1008,7 +1008,7 @@
                addr = (caddr_t)iov[i].iov_base;
 
                error = _bus_dmamap_load_buffer(NULL, map, addr, minlen,
-                   uo->uio_vmspace, flags, &lastaddr, &seg, first);
+                   uio->uio_vmspace, flags, &lastaddr, &seg, first);
                first = 0;
 
                resid -= minlen;



Home | Main Index | Thread Index | Old Index