Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips Whitespace nits.



details:   https://anonhg.NetBSD.org/src/rev/6e3dde4320e2
branches:  trunk
changeset: 761263:6e3dde4320e2
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Jan 22 14:47:21 2011 +0000

description:
Whitespace nits.

diffstat:

 sys/arch/mips/mips/mips_machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 50f5d32dd03d -r 6e3dde4320e2 sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Sat Jan 22 14:22:10 2011 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Sat Jan 22 14:47:21 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.231 2011/01/14 02:06:28 rmind Exp $ */
+/*     $NetBSD: mips_machdep.c,v 1.232 2011/01/22 14:47:21 tsutsui Exp $       */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -112,7 +112,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.231 2011/01/14 02:06:28 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.232 2011/01/22 14:47:21 tsutsui Exp $");
 
 #include "opt_cputype.h"
 #include "opt_compat_netbsd32.h"
@@ -1645,12 +1645,12 @@
 mips_init_lwp0_uarea(void)
 {
        vaddr_t v;
-       struct pcb * pcb0;
+       struct pcb *pcb0;
 
        v = uvm_pageboot_alloc(USPACE);
        uvm_lwp_setuarea(&lwp0, v);
 
-       pcb0  = lwp_getpcb(&lwp0);
+       pcb0 = lwp_getpcb(&lwp0);
        lwp0.l_md.md_regs = (struct frame *)(v + USPACE) - 1;
        /*
         * Now zero out the only two areas of the uarea that we care about.



Home | Main Index | Thread Index | Old Index