Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/arm32 Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/9feb900862dc
branches:  trunk
changeset: 811575:9feb900862dc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 06 08:44:35 2015 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/arm32/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 63f94ebcac15 -r 9feb900862dc sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Fri Nov 06 08:38:43 2015 +0000
+++ b/sys/arch/arm/arm32/pmap.c Fri Nov 06 08:44:35 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.326 2015/07/26 00:15:53 matt Exp $  */
+/*     $NetBSD: pmap.c,v 1.327 2015/11/06 08:44:35 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -216,7 +216,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.326 2015/07/26 00:15:53 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.327 2015/11/06 08:44:35 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -4027,7 +4027,7 @@
 
                                        pmap_acquire_page_lock(md);
 #ifndef ARM_MMU_EXTENDED
-                                       f = 
+                                       f =
 #endif
                                            pmap_modify_pv(md, pa, pm, sva,
                                               clr_mask, 0);



Home | Main Index | Thread Index | Old Index