Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include More trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/479b03597c67
branches: trunk
changeset: 988268:479b03597c67
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Oct 06 05:33:15 2021 +0000
description:
More trailing whitespace
diffstat:
sys/arch/arm/include/aeabi.h | 4 ++--
sys/arch/arm/include/blockio.h | 4 ++--
sys/arch/arm/include/fenv.h | 4 ++--
sys/arch/arm/include/ieeefp.h | 6 +++---
sys/arch/arm/include/int_limits.h | 4 ++--
sys/arch/arm/include/mcontext.h | 4 ++--
sys/arch/arm/include/netbsd32_machdep.h | 10 +++++-----
sys/arch/arm/include/signal.h | 4 ++--
sys/arch/arm/include/sysarch.h | 4 ++--
9 files changed, 22 insertions(+), 22 deletions(-)
diffs (164 lines):
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/aeabi.h
--- a/sys/arch/arm/include/aeabi.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/aeabi.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aeabi.h,v 1.5 2013/08/01 22:20:40 matt Exp $ */
+/* $NetBSD: aeabi.h,v 1.6 2021/10/06 05:33:15 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -127,7 +127,7 @@
/*
* A pair of (unsigned) long longs is returned in {{r0, r1}, {r2, r3}},
- * the quotient in {r0, r1}, and the remainder in {r2, r3}.
+ * the quotient in {r0, r1}, and the remainder in {r2, r3}.
*/
typedef struct { long long quot; long long rem; } lldiv_t;
__value_in_regs lldiv_t __aeabi_ldivmod(long long n, long long d); // signed long long division and remainder, {q, r} = n / d [2]
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/blockio.h
--- a/sys/arch/arm/include/blockio.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/blockio.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: blockio.h,v 1.2 2001/06/02 10:44:56 bjh21 Exp $ */
+/* $NetBSD: blockio.h,v 1.3 2021/10/06 05:33:15 skrll Exp $ */
/*-
* Copyright (c) 2001 Ben Harris
@@ -14,7 +14,7 @@
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/fenv.h
--- a/sys/arch/arm/include/fenv.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/fenv.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: fenv.h,v 1.5 2017/04/09 15:15:34 christos Exp $ */
+/* $NetBSD: fenv.h,v 1.6 2021/10/06 05:33:15 skrll Exp $ */
-/*
+/*
* Based on ieeefp.h written by J.T. Conklin, Apr 28, 1995
* Public domain.
*/
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/ieeefp.h
--- a/sys/arch/arm/include/ieeefp.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/ieeefp.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,6 +1,6 @@
-/* $NetBSD: ieeefp.h,v 1.4 2017/03/22 23:11:09 chs Exp $ */
+/* $NetBSD: ieeefp.h,v 1.5 2021/10/06 05:33:15 skrll Exp $ */
-/*
+/*
* Based on ieeefp.h written by J.T. Conklin, Apr 28, 1995
* Public domain.
*/
@@ -20,7 +20,7 @@
typedef int fp_except;
-/* adjust for FP_* and FE_* value differences */
+/* adjust for FP_* and FE_* value differences */
#define __FPE(x) (x)
#define __FEE(x) (x)
#define __FPR(x) (x)
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/int_limits.h
--- a/sys/arch/arm/include/int_limits.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/int_limits.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: int_limits.h,v 1.11 2014/07/25 21:43:13 joerg Exp $ */
+/* $NetBSD: int_limits.h,v 1.12 2021/10/06 05:33:15 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
#define UINT_LEAST64_MAX 0xffffffffffffffffULL /* uint_least64_t */
/* 7.18.2.3 Limits of fastest minimum-width integer types */
-
+
/* minimum values of fastest minimum-width signed integer types */
#define INT_FAST8_MIN (-0x7fffffff-1) /* int_fast8_t */
#define INT_FAST16_MIN (-0x7fffffff-1) /* int_fast16_t */
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/mcontext.h
--- a/sys/arch/arm/include/mcontext.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/mcontext.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcontext.h,v 1.22 2021/09/22 11:33:54 ryo Exp $ */
+/* $NetBSD: mcontext.h,v 1.23 2021/10/06 05:33:15 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -277,7 +277,7 @@
#if defined(_KERNEL)
__BEGIN_DECLS
void vfp_getcontext(struct lwp *, mcontext_t *, int *);
-void vfp_setcontext(struct lwp *, const mcontext_t *);
+void vfp_setcontext(struct lwp *, const mcontext_t *);
__END_DECLS
#endif
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/netbsd32_machdep.h
--- a/sys/arch/arm/include/netbsd32_machdep.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/netbsd32_machdep.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_machdep.h,v 1.2 2017/10/31 12:37:23 martin Exp $ */
+/* $NetBSD: netbsd32_machdep.h,v 1.3 2021/10/06 05:33:15 skrll Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -64,9 +64,9 @@
#define NETBSD32_MID_MACHINE MID_MACHINE
#define USRSTACK32 USRSTACK
#define MAXTSIZ32 MAXTSIZ
-#define DFLDSIZ32 DFLDSIZ
-#define MAXDSIZ32 MAXDSIZ
-#define DFLSSIZ32 DFLSSIZ
-#define MAXSSIZ32 MAXSSIZ
+#define DFLDSIZ32 DFLDSIZ
+#define MAXDSIZ32 MAXDSIZ
+#define DFLSSIZ32 DFLSSIZ
+#define MAXSSIZ32 MAXSSIZ
#endif /* _ARM_NETBSD32_H_ */
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/signal.h
--- a/sys/arch/arm/include/signal.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/signal.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: signal.h,v 1.15 2018/04/01 04:35:04 ryo Exp $ */
+/* $NetBSD: signal.h,v 1.16 2021/10/06 05:33:15 skrll Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@@ -114,7 +114,7 @@
unsigned int sc_usr_lr;
unsigned int sc_svc_lr;
unsigned int sc_pc;
-
+
sigset_t sc_mask; /* signal mask to restore (new style) */
};
diff -r 24d4aba2c158 -r 479b03597c67 sys/arch/arm/include/sysarch.h
--- a/sys/arch/arm/include/sysarch.h Wed Oct 06 05:29:32 2021 +0000
+++ b/sys/arch/arm/include/sysarch.h Wed Oct 06 05:33:15 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysarch.h,v 1.14 2017/01/13 19:53:10 christos Exp $ */
+/* $NetBSD: sysarch.h,v 1.15 2021/10/06 05:33:15 skrll Exp $ */
/*
* Copyright (c) 1996-1997 Mark Brinicombe.
@@ -71,7 +71,7 @@
};
struct arm_unaligned_faults_args {
- bool enabled; /* unaligned faults are enabled */
+ bool enabled; /* unaligned faults are enabled */
};
#ifndef _KERNEL
Home |
Main Index |
Thread Index |
Old Index