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 KNF



details:   https://anonhg.NetBSD.org/src/rev/08ac0a7c4d85
branches:  trunk
changeset: 824055:08ac0a7c4d85
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 21 07:06:51 2017 +0000

description:
KNF

diffstat:

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

diffs (28 lines):

diff -r 4e93e176eff8 -r 08ac0a7c4d85 sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun May 21 06:49:12 2017 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun May 21 07:06:51 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.345 2017/04/17 14:52:52 skrll Exp $ */
+/*     $NetBSD: pmap.c,v 1.346 2017/05/21 07:06:51 skrll Exp $ */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -217,7 +217,7 @@
 
 #include <arm/locore.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.345 2017/04/17 14:52:52 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.346 2017/05/21 07:06:51 skrll Exp $");
 
 //#define PMAP_DEBUG
 #ifdef PMAP_DEBUG
@@ -1172,7 +1172,8 @@
        KASSERT((md->pvh_attrs & PVF_DMOD) == 0 || (md->pvh_attrs & (PVF_DIRTY|PVF_NC)));
 #endif /* PMAP_CACHE_VIPT && !ARM_MMU_EXTENDED */
 
-       return(pv);                             /* return removed pv */
+       /* return removed pv */
+       return pv;
 }
 
 /*



Home | Main Index | Thread Index | Old Index