Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/cortex Traiing whitespace



details:   https://anonhg.NetBSD.org/src/rev/9fe1ec2cd8dd
branches:  trunk
changeset: 466522:9fe1ec2cd8dd
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 24 09:12:56 2019 +0000

description:
Traiing whitespace

diffstat:

 sys/arch/arm/cortex/gicv3.c     |  8 ++++----
 sys/arch/arm/cortex/gicv3_its.c |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 1e837056cea9 -r 9fe1ec2cd8dd sys/arch/arm/cortex/gicv3.c
--- a/sys/arch/arm/cortex/gicv3.c       Tue Dec 24 06:27:17 2019 +0000
+++ b/sys/arch/arm/cortex/gicv3.c       Tue Dec 24 09:12:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gicv3.c,v 1.21 2019/09/05 13:33:11 jmcneill Exp $ */
+/* $NetBSD: gicv3.c,v 1.22 2019/12/24 09:12:56 skrll Exp $ */
 
 /*-
  * Copyright (c) 2018 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -31,7 +31,7 @@
 #define        _INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gicv3.c,v 1.21 2019/09/05 13:33:11 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gicv3.c,v 1.22 2019/12/24 09:12:56 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -348,7 +348,7 @@
 static uint64_t
 gicv3_sgir(struct gicv3_softc *sc)
 {
-       const uint64_t cpu_identity = gicv3_cpu_identity();     
+       const uint64_t cpu_identity = gicv3_cpu_identity();
 
        const u_int aff0 = __SHIFTOUT(cpu_identity, GICR_TYPER_Affinity_Value_Aff0);
        const u_int aff1 = __SHIFTOUT(cpu_identity, GICR_TYPER_Affinity_Value_Aff1);
@@ -358,7 +358,7 @@
        return __SHIFTIN(__BIT(aff0), ICC_SGIR_EL1_TargetList) |
               __SHIFTIN(aff1, ICC_SGIR_EL1_Aff1) |
               __SHIFTIN(aff2, ICC_SGIR_EL1_Aff2) |
-              __SHIFTIN(aff3, ICC_SGIR_EL1_Aff3); 
+              __SHIFTIN(aff3, ICC_SGIR_EL1_Aff3);
 }
 
 static void
diff -r 1e837056cea9 -r 9fe1ec2cd8dd sys/arch/arm/cortex/gicv3_its.c
--- a/sys/arch/arm/cortex/gicv3_its.c   Tue Dec 24 06:27:17 2019 +0000
+++ b/sys/arch/arm/cortex/gicv3_its.c   Tue Dec 24 09:12:56 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gicv3_its.c,v 1.22 2019/12/02 03:06:51 msaitoh Exp $ */
+/* $NetBSD: gicv3_its.c,v 1.23 2019/12/24 09:13:22 skrll Exp $ */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #define _INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gicv3_its.c,v 1.22 2019/12/02 03:06:51 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gicv3_its.c,v 1.23 2019/12/24 09:13:22 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
@@ -297,7 +297,7 @@
 
         return -1;
 }
-         
+
 static void
 gicv3_its_msi_free_lpi(struct gicv3_its *its, int lpi)
 {



Home | Main Index | Thread Index | Old Index