Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/e4fa02e1579f
branches:  trunk
changeset: 836451:e4fa02e1579f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Oct 18 07:35:15 2018 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/arm/samsung/exynos_combiner.c |  6 +++---
 sys/arch/evbarm/conf/GENERIC           |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 9d79dfcb8e6c -r e4fa02e1579f sys/arch/arm/samsung/exynos_combiner.c
--- a/sys/arch/arm/samsung/exynos_combiner.c    Thu Oct 18 07:17:46 2018 +0000
+++ b/sys/arch/arm/samsung/exynos_combiner.c    Thu Oct 18 07:35:15 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exynos_combiner.c,v 1.8 2018/07/02 12:18:32 jmcneill Exp $ */
+/*     $NetBSD: exynos_combiner.c,v 1.9 2018/10/18 07:35:15 skrll Exp $ */
 
 /*-
 * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
 #include "gpio.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_combiner.c,v 1.8 2018/07/02 12:18:32 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_combiner.c,v 1.9 2018/10/18 07:35:15 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -160,7 +160,7 @@
        sc->irq_groups = n;
        return n;
 }
-                         
+
 static struct exynos_combiner_irq_group *
 exynos_combiner_get_group(struct exynos_combiner_softc *sc, int group_no)
 {
diff -r 9d79dfcb8e6c -r e4fa02e1579f sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC      Thu Oct 18 07:17:46 2018 +0000
+++ b/sys/arch/evbarm/conf/GENERIC      Thu Oct 18 07:35:15 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.7 2018/08/23 20:54:43 skrll Exp $
+#      $NetBSD: GENERIC,v 1.8 2018/10/18 07:35:15 skrll Exp $
 #
 #      GENERIC ARM (aarch32) kernel
 #
@@ -192,7 +192,7 @@
 # TEGRA TK1
 #options       EARLYCONS=tegra, CONSADDR=0x70006300
 
-# 
+#
 #options       EARLYCONS=vexpress, CONSADDR=0x1c090000
 #options       EARLYCONS=virt
 



Home | Main Index | Thread Index | Old Index