Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/luna68k Whitespace nits.
details: https://anonhg.NetBSD.org/src/rev/ad96535e99a1
branches: trunk
changeset: 784348:ad96535e99a1
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Sat Jan 26 15:46:24 2013 +0000
description:
Whitespace nits.
diffstat:
sys/arch/luna68k/luna68k/clock.c | 8 ++++----
sys/arch/luna68k/luna68k/machdep.c | 12 ++++++------
sys/arch/luna68k/luna68k/pmap_bootstrap.c | 6 +++---
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (104 lines):
diff -r 976afc41cc82 -r ad96535e99a1 sys/arch/luna68k/luna68k/clock.c
--- a/sys/arch/luna68k/luna68k/clock.c Sat Jan 26 15:44:14 2013 +0000
+++ b/sys/arch/luna68k/luna68k/clock.c Sat Jan 26 15:46:24 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.8 2011/02/08 20:20:16 rmind Exp $ */
+/* $NetBSD: clock.c,v 1.9 2013/01/26 15:46:24 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.8 2011/02/08 20:20:16 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.9 2013/01/26 15:46:24 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -79,8 +79,8 @@
*/
s = splhigh();
/*
- * XXX
- * I guess it's necessary to program clock source with
+ * XXX
+ * I guess it's necessary to program clock source with
* approprivate mode/value.
* XXX
*/
diff -r 976afc41cc82 -r ad96535e99a1 sys/arch/luna68k/luna68k/machdep.c
--- a/sys/arch/luna68k/luna68k/machdep.c Sat Jan 26 15:44:14 2013 +0000
+++ b/sys/arch/luna68k/luna68k/machdep.c Sat Jan 26 15:46:24 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.94 2013/01/18 18:41:12 tsutsui Exp $ */
+/* $NetBSD: machdep.c,v 1.95 2013/01/26 15:46:24 tsutsui Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.94 2013/01/18 18:41:12 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.95 2013/01/26 15:46:24 tsutsui Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -99,7 +99,7 @@
char machine[] = MACHINE;
char cpu_model[120];
-/* Our exported CPU info; we can have only one. */
+/* Our exported CPU info; we can have only one. */
struct cpu_info cpu_info_store;
struct vm_map *phys_map = NULL;
@@ -477,7 +477,7 @@
cpu_kcore_hdr_t *h = &cpu_kcore_hdr;
struct m68k_kcore_hdr *m = &h->un._m68k;
- memset(&cpu_kcore_hdr, 0, sizeof(cpu_kcore_hdr));
+ memset(&cpu_kcore_hdr, 0, sizeof(cpu_kcore_hdr));
/*
* Initialize the `dispatcher' portion of the header.
@@ -552,7 +552,7 @@
int
cpu_dump(int (*dump)(dev_t, daddr_t, void *, size_t), daddr_t *blknop)
{
- int buf[MDHDRSIZE / sizeof(int)];
+ int buf[MDHDRSIZE / sizeof(int)];
cpu_kcore_hdr_t *chdr;
kcore_seg_t *kseg;
int error;
@@ -801,7 +801,7 @@
/*
* cpu_exec_aout_makecmds():
* CPU-dependent a.out format hook for execve().
- *
+ *
* Determine of the given exec package refers to something which we
* understand and, if so, set up the vmcmds for it.
*/
diff -r 976afc41cc82 -r ad96535e99a1 sys/arch/luna68k/luna68k/pmap_bootstrap.c
--- a/sys/arch/luna68k/luna68k/pmap_bootstrap.c Sat Jan 26 15:44:14 2013 +0000
+++ b/sys/arch/luna68k/luna68k/pmap_bootstrap.c Sat Jan 26 15:46:24 2013 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: pmap_bootstrap.c,v 1.35 2012/02/10 06:28:39 mhitch Exp $ */
+/* $NetBSD: pmap_bootstrap.c,v 1.36 2013/01/26 15:46:24 tsutsui Exp $ */
-/*
+/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.35 2012/02/10 06:28:39 mhitch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.36 2013/01/26 15:46:24 tsutsui Exp $");
#include "opt_m68k_arch.h"
Home |
Main Index |
Thread Index |
Old Index