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/9f90d4140579
branches:  trunk
changeset: 823876:9f90d4140579
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri May 12 12:18:07 2017 +0000

description:
Trailing whitespace

diffstat:

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

diffs (27 lines):

diff -r 3c95ba2f3016 -r 9f90d4140579 sys/uvm/pmap/pmap_segtab.c
--- a/sys/uvm/pmap/pmap_segtab.c        Fri May 12 09:22:01 2017 +0000
+++ b/sys/uvm/pmap/pmap_segtab.c        Fri May 12 12:18:07 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_segtab.c,v 1.4 2016/11/23 03:30:53 mrg Exp $      */
+/*     $NetBSD: pmap_segtab.c,v 1.5 2017/05/12 12:18:07 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.4 2016/11/23 03:30:53 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.5 2017/05/12 12:18:07 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -256,7 +256,7 @@
        }
 
        if (free_stp) {
-               pmap_check_stp(stp, __func__, 
+               pmap_check_stp(stp, __func__,
                               vinc == NBSEG ? "release seg" : "release xseg");
                pmap_segtab_free(stp);
                *stp_p = NULL;



Home | Main Index | Thread Index | Old Index