Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Whitespace



details:   https://anonhg.NetBSD.org/src/rev/536ed9a3837e
branches:  trunk
changeset: 460376:536ed9a3837e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 20 07:22:51 2019 +0000

description:
Whitespace

diffstat:

 sys/uvm/pmap/pmap_segtab.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 4285d5ca41ab -r 536ed9a3837e sys/uvm/pmap/pmap_segtab.c
--- a/sys/uvm/pmap/pmap_segtab.c        Sun Oct 20 07:18:22 2019 +0000
+++ b/sys/uvm/pmap/pmap_segtab.c        Sun Oct 20 07:22:51 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_segtab.c,v 1.10 2019/09/23 18:20:07 skrll Exp $   */
+/*     $NetBSD: pmap_segtab.c,v 1.11 2019/10/20 07:22:51 skrll Exp $   */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.10 2019/09/23 18:20:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.11 2019/10/20 07:22:51 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -139,10 +139,10 @@
 #ifdef DEBUG_NOISY
                        for (size_t j = i; j < PMAP_SEGTABSIZE; j++)
                                printf("%s: pm_segtab.seg_tab[%zu] = 0x%p\n",
-                                      caller, j, stp->seg_tab[j]);
+                                   caller, j, stp->seg_tab[j]);
 #endif
                        panic("%s: pm_segtab.seg_tab[%zu] != 0 (0x%p): %s",
-                             caller, i, stp->seg_tab[i], why);
+                           caller, i, stp->seg_tab[i], why);
                }
        }
 #endif



Home | Main Index | Thread Index | Old Index