Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/4992a63d9654
branches:  trunk
changeset: 834653:4992a63d9654
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 22 07:43:02 2018 +0000

description:
Traiing whitespace

diffstat:

 sys/arch/arm/samsung/exynos_platform.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r db3cc7049a27 -r 4992a63d9654 sys/arch/arm/samsung/exynos_platform.c
--- a/sys/arch/arm/samsung/exynos_platform.c    Wed Aug 22 06:31:37 2018 +0000
+++ b/sys/arch/arm/samsung/exynos_platform.c    Wed Aug 22 07:43:02 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_platform.c,v 1.13 2018/08/19 07:27:33 skrll Exp $ */
+/* $NetBSD: exynos_platform.c,v 1.14 2018/08/22 07:43:02 skrll Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -34,7 +34,7 @@
 #include "ukbd.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exynos_platform.c,v 1.13 2018/08/19 07:27:33 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exynos_platform.c,v 1.14 2018/08/22 07:43:02 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -94,7 +94,7 @@
        volatile uint32_t *uartaddr = cpu_earlydevice_va_p() ?
            (volatile uint32_t *)CONSADDR_VA :
            (volatile uint32_t *)CONSADDR;
-           
+
        while ((uartaddr[SSCOM_UFSTAT / 4] & UFSTAT_TXFULL) != 0)
                ;
 



Home | Main Index | Thread Index | Old Index