Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/aarch64/aarch64 Whitespace



details:   https://anonhg.NetBSD.org/src/rev/e4eaf4280c6a
branches:  trunk
changeset: 937273:e4eaf4280c6a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 14 08:19:26 2020 +0000

description:
Whitespace

diffstat:

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

diffs (27 lines):

diff -r 92aea37a29bf -r e4eaf4280c6a sys/arch/aarch64/aarch64/pmap.c
--- a/sys/arch/aarch64/aarch64/pmap.c   Fri Aug 14 06:23:49 2020 +0000
+++ b/sys/arch/aarch64/aarch64/pmap.c   Fri Aug 14 08:19:26 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.86 2020/08/12 13:36:36 skrll Exp $  */
+/*     $NetBSD: pmap.c,v 1.87 2020/08/14 08:19:26 skrll Exp $  */
 
 /*
  * Copyright (c) 2017 Ryo Shimizu <ryo%nerv.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.86 2020/08/12 13:36:36 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.87 2020/08/14 08:19:26 skrll Exp $");
 
 #include "opt_arm_debug.h"
 #include "opt_ddb.h"
@@ -1998,7 +1998,7 @@
        if (pps[0] != NULL)
                pmap_pv_unlock(pps[0]);
  fail0:
-       if (!kenter) {
+       if (!kenter) {
                pm_unlock(pm);
 
                /* spare pv was not used. discard */



Home | Main Index | Thread Index | Old Index