Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/7d6c989bf3fc
branches:  trunk
changeset: 937612:7d6c989bf3fc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Aug 22 13:59:16 2020 +0000

description:
Trailing whitespace

diffstat:

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

diffs (45 lines):

diff -r 2fbfe6c8bae1 -r 7d6c989bf3fc sys/uvm/pmap/pmap_segtab.c
--- a/sys/uvm/pmap/pmap_segtab.c        Sat Aug 22 13:49:40 2020 +0000
+++ b/sys/uvm/pmap/pmap_segtab.c        Sat Aug 22 13:59:16 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_segtab.c,v 1.20 2020/08/20 23:36:45 mrg Exp $     */
+/*     $NetBSD: pmap_segtab.c,v 1.21 2020/08/22 13:59:16 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.20 2020/08/20 23:36:45 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.21 2020/08/22 13:59:16 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -132,7 +132,7 @@
 kmutex_t pmap_segtab_lock __cacheline_aligned;
 
 /*
- * Check that a seg_tab[] array is empty.  
+ * Check that a seg_tab[] array is empty.
  *
  * This is used when allocating or freeing a pmap_segtab_t.  The stp
  * should be unused -- meaning, none of the seg_tab[] pointers are
@@ -182,7 +182,7 @@
                                if (!pte_zero_p(pte[j]))
                                        UVMHIST_LOG(pmapsegtabhist,
                                            "pte[%zu] = %#"PRIxPTE,
-                                           j, pte_value(pte[j]), 0, 0); 
+                                           j, pte_value(pte[j]), 0, 0);
 #endif
                        panic("%s: pte[%zu] entry at %p not 0 (%#"PRIxPTE")",
                              caller, i, &pte[i], pte_value(pte[i]));
@@ -281,7 +281,7 @@
                pt_entry_t *pte = stp->seg_tab[i];
                if (pte == NULL)
                        continue;
-               pmap_check_ptes(pte, __func__); 
+               pmap_check_ptes(pte, __func__);
 
 #if defined(__mips_n64) && PAGE_SIZE == 8192
                /*



Home | Main Index | Thread Index | Old Index