Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/67c4943d9c21
branches: trunk
changeset: 825581:67c4943d9c21
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Jul 23 13:35:15 2017 +0000
description:
Trailing whitespace
diffstat:
sys/arch/arm/arm/arm_machdep.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r b4ff5c3b4a59 -r 67c4943d9c21 sys/arch/arm/arm/arm_machdep.c
--- a/sys/arch/arm/arm/arm_machdep.c Sun Jul 23 10:55:00 2017 +0000
+++ b/sys/arch/arm/arm/arm_machdep.c Sun Jul 23 13:35:15 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: arm_machdep.c,v 1.51 2017/04/04 11:46:12 sevan Exp $ */
+/* $NetBSD: arm_machdep.c,v 1.52 2017/07/23 13:35:15 skrll Exp $ */
/*
* Copyright (c) 2001 Wasabi Systems, Inc.
@@ -80,7 +80,7 @@
#include <sys/param.h>
-__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.51 2017/04/04 11:46:12 sevan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.52 2017/07/23 13:35:15 skrll Exp $");
#include <sys/exec.h>
#include <sys/proc.h>
@@ -191,7 +191,7 @@
tf->tf_spsr = PSR_USR32_MODE | (CPU_IS_ARMV7_P() ? PSR_E_BIT : 0);
#else
tf->tf_spsr = PSR_USR32_MODE;
-#endif /* __ARMEB__ */
+#endif /* __ARMEB__ */
#ifdef THUMB_CODE
if (pack->ep_entry & 1)
@@ -217,7 +217,7 @@
void
startlwp(void *arg)
{
- ucontext_t *uc = (ucontext_t *)arg;
+ ucontext_t *uc = (ucontext_t *)arg;
lwp_t *l = curlwp;
int error __diagused;
Home |
Main Index |
Thread Index |
Old Index