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/11006211628e
branches: trunk
changeset: 353575:11006211628e
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 0d9aab4988ae -r 11006211628e 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