diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-15 21:13:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-01-15 21:13:10 +0000 |
commit | a529bb51c131f3975e0a7daa8eb3d2c865f3fc52 (patch) | |
tree | ba71cb9162603834b4e3a7a2eca3b5f810d1ab4e | |
parent | 5fd728aacbead7a5e2e8a439b82d5868ed771149 (diff) |
Kill whitespace at EOL.
-rw-r--r-- | sys/arch/hp300/conf/Makefile.hp300 | 10 | ||||
-rw-r--r-- | sys/arch/hp300/dev/apci.c | 16 | ||||
-rw-r--r-- | sys/arch/hp300/dev/ct.c | 10 | ||||
-rw-r--r-- | sys/arch/hp300/dev/dioreg.h | 6 | ||||
-rw-r--r-- | sys/arch/hp300/dev/hd.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/if_le.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/intio.c | 6 | ||||
-rw-r--r-- | sys/arch/hp300/dev/mt.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/mtreg.h | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/nhpib.c | 6 | ||||
-rw-r--r-- | sys/arch/hp300/dev/ppi.c | 6 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/genassym.cf | 4 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/hpux_machdep.c | 28 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/pmap_bootstrap.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/sys_machdep.c | 8 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/trap.c | 6 | ||||
-rw-r--r-- | sys/arch/hp300/hp300/vm_machdep.c | 8 | ||||
-rw-r--r-- | sys/arch/hp300/include/hpux_machdep.h | 6 |
18 files changed, 70 insertions, 70 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300 index 9973082ff49..cb5002d2377 100644 --- a/sys/arch/hp300/conf/Makefile.hp300 +++ b/sys/arch/hp300/conf/Makefile.hp300 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.hp300,v 1.35 2003/11/24 16:11:25 espie Exp $ +# $OpenBSD: Makefile.hp300,v 1.36 2005/01/15 21:13:06 miod Exp $ # $NetBSD: Makefile.hp300,v 1.54 1997/04/01 23:16:41 scottr Exp $ # Makefile for OpenBSD @@ -206,14 +206,14 @@ depend:: .depend # depend on root or device configuration autoconf.o conf.o: Makefile - -# depend on network or filesystem configuration -uipc_proto.o vfs_conf.o: Makefile + +# depend on network or filesystem configuration +uipc_proto.o vfs_conf.o: Makefile # depend on maxusers assym.h machdep.o: Makefile -# depend on CPU configuration +# depend on CPU configuration dma.o hpux_machdep.o locore.o machdep.o pmap.o pmap_boostrap.o sys_machdep.o trap.o: Makefile diff --git a/sys/arch/hp300/dev/apci.c b/sys/arch/hp300/dev/apci.c index 7d974afe397..b979db27483 100644 --- a/sys/arch/hp300/dev/apci.c +++ b/sys/arch/hp300/dev/apci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apci.c,v 1.17 2004/09/29 07:35:52 miod Exp $ */ +/* $OpenBSD: apci.c,v 1.18 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: apci.c,v 1.9 2000/11/02 00:35:05 eeh Exp $ */ /*- @@ -37,12 +37,12 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* +/* * Copyright (c) 1997 Michael Smith. All rights reserved. * Copyright (c) 1982, 1986, 1990, 1993 * The Regents of the University of California. All rights reserved. * - * Redistribution and use in source and binary forms, with or without + * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright @@ -53,7 +53,7 @@ * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -99,9 +99,9 @@ #include <sys/uio.h> #include <sys/kernel.h> #include <sys/syslog.h> -#include <sys/device.h> -#include <sys/timeout.h> - +#include <sys/device.h> +#include <sys/timeout.h> + #include <machine/autoconf.h> #include <machine/cpu.h> #include <machine/hp300spu.h> @@ -368,7 +368,7 @@ apciopen(dev, flag, mode, p) } sc->sc_cua = 1; /* We go into CUA mode */ } - + /* Wait for carrier if necessary. */ if (flag & O_NONBLOCK) { if (!APCICUA(dev) && sc->sc_cua) { diff --git a/sys/arch/hp300/dev/ct.c b/sys/arch/hp300/dev/ct.c index d707030e46b..93cfa3eccb0 100644 --- a/sys/arch/hp300/dev/ct.c +++ b/sys/arch/hp300/dev/ct.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ct.c,v 1.10 2003/06/02 23:27:44 millert Exp $ */ +/* $OpenBSD: ct.c,v 1.11 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: ct.c,v 1.21 1997/04/02 22:37:23 scottr Exp $ */ /* @@ -344,10 +344,10 @@ ctopen(dev, flag, type, p) else sc->sc_soptc.opt = C_SPAR; - /* + /* * Check the return of hpibsend() and hpibswait(). * Drive could be loading/unloading a tape. If not checked, - * driver hangs. + * driver hangs. */ cc = hpibsend(ctlr, slave, C_CMD, &sc->sc_soptc, sizeof(sc->sc_soptc)); if (cc != sizeof(sc->sc_soptc)) @@ -439,7 +439,7 @@ ctcommand(dev, cmd, cnt) #ifdef DEBUG if (ctdebug & CT_BSF) printf("%s: backup eof pos %d blk %d\n", - sc->sc_dev.dv_xname, sc->sc_eofp, + sc->sc_dev.dv_xname, sc->sc_eofp, sc->sc_eofs[sc->sc_eofp]); #endif } @@ -582,7 +582,7 @@ mustio: bp->b_resid = bp->b_bcount; ctdone(sc, bp); return; - } + } sc->sc_flags |= CTF_IO; sc->sc_ioc.unit = C_SUNIT(sc->sc_punit); sc->sc_ioc.saddr = C_SADDR; diff --git a/sys/arch/hp300/dev/dioreg.h b/sys/arch/hp300/dev/dioreg.h index 5d0d9a1efd9..52fa0e1ea19 100644 --- a/sys/arch/hp300/dev/dioreg.h +++ b/sys/arch/hp300/dev/dioreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dioreg.h,v 1.2 1997/02/03 04:47:20 downsj Exp $ */ +/* $OpenBSD: dioreg.h,v 1.3 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: dioreg.h,v 1.3 1997/01/30 09:18:40 thorpej Exp $ */ /*- @@ -68,9 +68,9 @@ * e.g. a display framebuffer. * * DIO-II ranges from select codes 132-255 at physical addresses given by: - * 0x1000000 + (sc - 132) * 0x400000 + * 0x1000000 + (sc - 132) * 0x400000 * The address range of DIO-II space is thus [0x1000000-0x20000000). - * + * * DIO/DIO-II space is too large to map in its entirety, instead devices * are mapped into kernel virtual address space allocated from a range * of EIOMAPSIZE pages (vmparam.h) starting at ``extiobase''. diff --git a/sys/arch/hp300/dev/hd.c b/sys/arch/hp300/dev/hd.c index 3e96c8dd619..9edcf597933 100644 --- a/sys/arch/hp300/dev/hd.c +++ b/sys/arch/hp300/dev/hd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hd.c,v 1.24 2004/02/15 02:56:13 tedu Exp $ */ +/* $OpenBSD: hd.c,v 1.25 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: rd.c,v 1.33 1997/07/10 18:14:08 kleink Exp $ */ /* @@ -356,7 +356,7 @@ hdident(parent, sc, ha) hpibsend(ctlr, slave, C_CMD, cmd, sizeof(cmd)); hpibrecv(ctlr, slave, C_EXEC, desc, 37); hpibrecv(ctlr, slave, C_QSTAT, &stat, sizeof(stat)); - bzero(name, sizeof(name)); + bzero(name, sizeof(name)); if (stat == 0) { n = desc->d_name; for (i = 5; i >= 0; i--) { diff --git a/sys/arch/hp300/dev/if_le.c b/sys/arch/hp300/dev/if_le.c index 7e78b6b42ed..09d25841993 100644 --- a/sys/arch/hp300/dev/if_le.c +++ b/sys/arch/hp300/dev/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.16 2004/09/29 07:35:52 miod Exp $ */ +/* $OpenBSD: if_le.c,v 1.17 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: if_le.c,v 1.43 1997/05/05 21:05:32 thorpej Exp $ */ /*- @@ -84,7 +84,7 @@ int leintr(void *); int lestd[] = { 0, 0x4000, 0x8000, 0xC008 }; hide void lewrcsr(struct am7990_softc *, u_int16_t, u_int16_t); -hide u_int16_t lerdcsr(struct am7990_softc *, u_int16_t); +hide u_int16_t lerdcsr(struct am7990_softc *, u_int16_t); hide void lewrcsr(sc, port, val) diff --git a/sys/arch/hp300/dev/intio.c b/sys/arch/hp300/dev/intio.c index 10dd01ef14e..bc5c3103288 100644 --- a/sys/arch/hp300/dev/intio.c +++ b/sys/arch/hp300/dev/intio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: intio.c,v 1.3 2002/03/14 01:26:30 millert Exp $ */ +/* $OpenBSD: intio.c,v 1.4 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: intio.c,v 1.2 1997/01/30 09:18:54 thorpej Exp $ */ /*- @@ -43,8 +43,8 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/device.h> - +#include <sys/device.h> + #include <hp300/dev/intiovar.h> int intiomatch(struct device *, void *, void *); diff --git a/sys/arch/hp300/dev/mt.c b/sys/arch/hp300/dev/mt.c index dc801960306..d25c9617baf 100644 --- a/sys/arch/hp300/dev/mt.c +++ b/sys/arch/hp300/dev/mt.c @@ -1,7 +1,7 @@ -/* $OpenBSD: mt.c,v 1.12 2003/12/20 20:08:13 miod Exp $ */ +/* $OpenBSD: mt.c,v 1.13 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: mt.c,v 1.8 1997/03/31 07:37:29 scottr Exp $ */ -/* +/* * Copyright (c) 1996, 1997 Jason R. Thorpe. All rights reserved. * Copyright (c) 1992, The University of Utah and * the Computer Systems Laboratory at the University of Utah (CSL). diff --git a/sys/arch/hp300/dev/mtreg.h b/sys/arch/hp300/dev/mtreg.h index 6cf71efd4c0..0277ca49056 100644 --- a/sys/arch/hp300/dev/mtreg.h +++ b/sys/arch/hp300/dev/mtreg.h @@ -1,7 +1,7 @@ -/* $OpenBSD: mtreg.h,v 1.3 2001/06/27 05:44:46 nate Exp $ */ +/* $OpenBSD: mtreg.h,v 1.4 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: mtreg.h,v 1.1 1995/10/02 00:28:22 thorpej Exp $ */ -/* +/* * Copyright (c) 1992, The University of Utah and * the Computer Systems Laboratory at the University of Utah (CSL). * All rights reserved. diff --git a/sys/arch/hp300/dev/nhpib.c b/sys/arch/hp300/dev/nhpib.c index 3053f999a03..ac720462bf9 100644 --- a/sys/arch/hp300/dev/nhpib.c +++ b/sys/arch/hp300/dev/nhpib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nhpib.c,v 1.14 2004/12/25 23:02:24 miod Exp $ */ +/* $OpenBSD: nhpib.c,v 1.15 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: nhpib.c,v 1.17 1997/05/05 21:06:41 thorpej Exp $ */ /* @@ -83,7 +83,7 @@ void nhpibifc(struct nhpibdevice *); void nhpibreadtimo(void *); int nhpibwait(struct nhpibdevice *, int); -void nhpibreset(struct hpibbus_softc *); +void nhpibreset(struct hpibbus_softc *); int nhpibsend(struct hpibbus_softc *, int, int, void *, int); int nhpibrecv(struct hpibbus_softc *, int, int, void *, int); int nhpibppoll(struct hpibbus_softc *); @@ -153,7 +153,7 @@ nhpibattach(parent, self, aux) { struct nhpib_softc *sc = (struct nhpib_softc *)self; struct dio_attach_args *da = aux; - struct hpibdev_attach_args ha; + struct hpibdev_attach_args ha; const char *desc; int ipl, type = HPIBA; diff --git a/sys/arch/hp300/dev/ppi.c b/sys/arch/hp300/dev/ppi.c index 11e7574a4c3..bd59d66f162 100644 --- a/sys/arch/hp300/dev/ppi.c +++ b/sys/arch/hp300/dev/ppi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ppi.c,v 1.11 2003/06/02 23:27:45 millert Exp $ */ +/* $OpenBSD: ppi.c,v 1.12 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: ppi.c,v 1.13 1997/04/02 22:37:33 scottr Exp $ */ /* @@ -66,8 +66,8 @@ struct ppi_softc { }; /* sc_flags values */ -#define PPIF_ALIVE 0x01 -#define PPIF_OPEN 0x02 +#define PPIF_ALIVE 0x01 +#define PPIF_OPEN 0x02 #define PPIF_UIO 0x04 #define PPIF_TIMO 0x08 #define PPIF_DELAY 0x10 diff --git a/sys/arch/hp300/hp300/genassym.cf b/sys/arch/hp300/hp300/genassym.cf index fb31fd4b28d..91393771680 100644 --- a/sys/arch/hp300/hp300/genassym.cf +++ b/sys/arch/hp300/hp300/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.19 2003/06/02 23:27:45 millert Exp $ +# $OpenBSD: genassym.cf,v 1.20 2005/01/15 21:13:08 miod Exp $ # $NetBSD: genassym.cf,v 1.11 1998/02/16 20:58:29 thorpej Exp $ # @@ -100,7 +100,7 @@ export SSLEEP # PSL values export PSL_S export PSL_IPL7 -export PSL_LOWIPL +export PSL_LOWIPL export PSL_USER define PSL_TS PSL_T | PSL_S define SPL1 PSL_S | PSL_IPL1 diff --git a/sys/arch/hp300/hp300/hpux_machdep.c b/sys/arch/hp300/hp300/hpux_machdep.c index bf41b30c481..1dd18e990f9 100644 --- a/sys/arch/hp300/hp300/hpux_machdep.c +++ b/sys/arch/hp300/hp300/hpux_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_machdep.c,v 1.17 2003/08/01 18:37:26 miod Exp $ */ +/* $OpenBSD: hpux_machdep.c,v 1.18 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: hpux_machdep.c,v 1.19 1998/02/16 20:58:30 thorpej Exp $ */ /* @@ -54,8 +54,8 @@ #include <sys/mman.h> #include <sys/mount.h> #include <sys/namei.h> -#include <sys/poll.h> -#include <sys/proc.h> +#include <sys/poll.h> +#include <sys/proc.h> #include <sys/ptrace.h> #include <sys/signalvar.h> #include <sys/stat.h> @@ -63,7 +63,7 @@ #include <sys/tty.h> #include <sys/user.h> #include <sys/vnode.h> -#include <sys/wait.h> +#include <sys/wait.h> #include <machine/cpu.h> #include <machine/reg.h> @@ -203,7 +203,7 @@ hpux_sys_advise(p, v, retval) switch (SCARG(uap, arg)) { case 0: - p->p_md.md_flags |= MDP_HPUXMMAP; + p->p_md.md_flags |= MDP_HPUXMMAP; break; case 1: @@ -228,14 +228,14 @@ hpux_sys_advise(p, v, retval) */ int hpux_sys_getcontext(p, v, retval) - struct proc *p; + struct proc *p; void *v; - register_t *retval; + register_t *retval; { struct hpux_sys_getcontext_args *uap = v; const char *str; int l, i, error = 0; - int len; + int len; if (SCARG(uap, len) <= 0) return (EINVAL); @@ -265,11 +265,11 @@ hpux_sys_getcontext(p, v, retval) */ int hpux_to_bsd_uoff(off, isps, p) - int *off, *isps; + int *off, *isps; struct proc *p; { int *ar0 = p->p_md.md_regs; - struct hpux_fp *hp; + struct hpux_fp *hp; struct bsdfp *bp; u_int raddr; @@ -277,7 +277,7 @@ hpux_to_bsd_uoff(off, isps, p) /* u_ar0 field; procxmt puts in U_ar0 */ if ((int)off == HPUOFF(hpuxu_ar0)) - return(UOFF(U_ar0)); + return(UOFF(U_ar0)); if (fputype) { /* FP registers from PCB */ @@ -410,7 +410,7 @@ hpux_sendsig(catcher, sig, mask, code, type, val) psp->ps_sigstk.ss_flags |= SS_ONSTACK; } else fp = (struct hpuxsigframe *)(frame->f_regs[SP] - fsize); - if ((unsigned)fp <= USRSTACK - ctob(p->p_vmspace->vm_ssize)) + if ((unsigned)fp <= USRSTACK - ctob(p->p_vmspace->vm_ssize)) (void)uvm_grow(p, (unsigned)fp); #ifdef DEBUG @@ -421,7 +421,7 @@ hpux_sendsig(catcher, sig, mask, code, type, val) kfp = (struct hpuxsigframe *)malloc((u_long)fsize, M_TEMP, M_WAITOK); - /* + /* * Build the argument list for the signal handler. */ kfp->hsf_signum = bsdtohpuxsig(sig); @@ -638,7 +638,7 @@ hpux_sys_sigreturn(p, v, retval) */ if (flags & HSS_RTEFRAME) { int sz; - + /* grab frame type and validate */ sz = tstate.hss_frame.f_format; if (sz > 15 || (sz = exframesize[sz]) < 0) diff --git a/sys/arch/hp300/hp300/pmap_bootstrap.c b/sys/arch/hp300/hp300/pmap_bootstrap.c index cce7d5fa301..8fc41110e92 100644 --- a/sys/arch/hp300/hp300/pmap_bootstrap.c +++ b/sys/arch/hp300/hp300/pmap_bootstrap.c @@ -1,7 +1,7 @@ -/* $OpenBSD: pmap_bootstrap.c,v 1.21 2005/01/03 18:45:47 miod Exp $ */ +/* $OpenBSD: pmap_bootstrap.c,v 1.22 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: pmap_bootstrap.c,v 1.13 1997/06/10 18:56:50 veego Exp $ */ -/* +/* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/arch/hp300/hp300/sys_machdep.c b/sys/arch/hp300/hp300/sys_machdep.c index 37820ce9368..2053462e2fa 100644 --- a/sys/arch/hp300/hp300/sys_machdep.c +++ b/sys/arch/hp300/hp300/sys_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sys_machdep.c,v 1.13 2004/05/20 09:20:41 kettenis Exp $ */ +/* $OpenBSD: sys_machdep.c,v 1.14 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: sys_machdep.c,v 1.17 1997/05/19 10:15:00 veego Exp $ */ /* @@ -133,7 +133,7 @@ cachectl(p, req, addr, len) ICPP(pa); } break; - + case CC_EXTPURGE|CC_PURGE: case CC_PURGE: if (doall) @@ -153,7 +153,7 @@ cachectl(p, req, addr, len) else if (inc == NBPG) DCFP(pa); break; - + default: error = EINVAL; break; @@ -204,7 +204,7 @@ sys_sysarch(p, v, retval) { #if 0 /* unused */ struct sys_sysarch_args /* { - syscallarg(int) op; + syscallarg(int) op; syscallarg(char *) parms; } */ *uap = v; #endif diff --git a/sys/arch/hp300/hp300/trap.c b/sys/arch/hp300/hp300/trap.c index e658888db29..a492b906080 100644 --- a/sys/arch/hp300/hp300/trap.c +++ b/sys/arch/hp300/hp300/trap.c @@ -1,9 +1,9 @@ -/* $OpenBSD: trap.c,v 1.45 2004/12/06 20:12:23 miod Exp $ */ +/* $OpenBSD: trap.c,v 1.46 2005/01/15 21:13:08 miod Exp $ */ /* $NetBSD: trap.c,v 1.57 1998/02/16 20:58:31 thorpej Exp $ */ /* * Copyright (c) 1997 Theo de Raadt - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -1080,7 +1080,7 @@ syscall(code, frame) if (code != SUNOS_SYS_sigreturn) { frame.f_regs[SP] += sizeof (int); /* - * remember that we adjusted the SP, + * remember that we adjusted the SP, * might have to undo this if the system call * returns ERESTART. */ diff --git a/sys/arch/hp300/hp300/vm_machdep.c b/sys/arch/hp300/hp300/vm_machdep.c index e3c04e04f50..118262a4eed 100644 --- a/sys/arch/hp300/hp300/vm_machdep.c +++ b/sys/arch/hp300/hp300/vm_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vm_machdep.c,v 1.36 2004/11/28 14:04:22 miod Exp $ */ +/* $OpenBSD: vm_machdep.c,v 1.37 2005/01/15 21:13:09 miod Exp $ */ /* $NetBSD: vm_machdep.c,v 1.60 2001/07/06 05:53:35 chs Exp $ */ /* @@ -60,7 +60,7 @@ /* * Finish a fork operation, with process p2 nearly set up. * Copy and update the pcb and trap frame, making the child ready to run. - * + * * Rig the child's kernel stack so that it will start out in * proc_trampoline() and call child_return() with p2 as an * argument. This causes the newly-created child process to go @@ -234,7 +234,7 @@ pagemove(from, to, size) * Map `size' bytes of physical memory starting at `paddr' into * kernel VA space at `vaddr'. Read/write and cache-inhibit status * are specified by `prot'. - */ + */ void physaccess(vaddr, paddr, size, prot) caddr_t vaddr, paddr; @@ -282,7 +282,7 @@ kvtop(addr) /* * Map a user I/O request into kernel virtual address space. * Note: the pages are already locked by uvm_vslock(), so we - * do not need to pass an access_type to pmap_enter(). + * do not need to pass an access_type to pmap_enter(). */ void vmapbuf(bp, len) diff --git a/sys/arch/hp300/include/hpux_machdep.h b/sys/arch/hp300/include/hpux_machdep.h index 18fabd545f5..deadf7ea7de 100644 --- a/sys/arch/hp300/include/hpux_machdep.h +++ b/sys/arch/hp300/include/hpux_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_machdep.h,v 1.7 2002/03/14 01:26:31 millert Exp $ */ +/* $OpenBSD: hpux_machdep.h,v 1.8 2005/01/15 21:13:09 miod Exp $ */ /* $NetBSD: hpux_machdep.h,v 1.8 1997/04/27 21:38:58 thorpej Exp $ */ /*- @@ -40,12 +40,12 @@ #ifndef _MACHINE_HPUX_MACHDEP_H_ #define _MACHINE_HPUX_MACHDEP_H_ -/* +/* * Information pushed on stack when a signal is delivered. * This is used by the kernel to restore state following * execution of the signal handler. It is also made available * to the handler to allow it to restore state properly if - * a non-standard exit is performed. + * a non-standard exit is performed. */ struct hpuxsigcontext { int hsc_syscall; /* ??? (syscall number?) */ |