Module Name:    src
Committed By:   skrll
Date:           Thu Oct 18 07:35:15 UTC 2018

Modified Files:
        src/sys/arch/arm/samsung: exynos_combiner.c
        src/sys/arch/evbarm/conf: GENERIC

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/samsung/exynos_combiner.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/samsung/exynos_combiner.c
diff -u src/sys/arch/arm/samsung/exynos_combiner.c:1.8 src/sys/arch/arm/samsung/exynos_combiner.c:1.9
--- src/sys/arch/arm/samsung/exynos_combiner.c:1.8	Mon Jul  2 12:18:32 2018
+++ src/sys/arch/arm/samsung/exynos_combiner.c	Thu Oct 18 07:35:15 2018
@@ -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 @@ exynos_combiner_new_group(struct exynos_
 	sc->irq_groups = n;
 	return n;
 }
-			  
+
 static struct exynos_combiner_irq_group *
 exynos_combiner_get_group(struct exynos_combiner_softc *sc, int group_no)
 {

Index: src/sys/arch/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.7 src/sys/arch/evbarm/conf/GENERIC:1.8
--- src/sys/arch/evbarm/conf/GENERIC:1.7	Thu Aug 23 20:54:43 2018
+++ src/sys/arch/evbarm/conf/GENERIC	Thu Oct 18 07:35:15 2018
@@ -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 @@ options 	DEBUG
 # TEGRA TK1
 #options 	EARLYCONS=tegra, CONSADDR=0x70006300
 
-# 
+#
 #options 	EARLYCONS=vexpress, CONSADDR=0x1c090000
 #options 	EARLYCONS=virt
 

Reply via email to