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 Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/5055dc4547ce
branches: trunk
changeset: 946569:5055dc4547ce
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Dec 01 14:52:36 2020 +0000
description:
Trailing whitespace
diffstat:
sys/arch/arm/include/mutex.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8fb3becd15ac -r 5055dc4547ce sys/arch/arm/include/mutex.h
--- a/sys/arch/arm/include/mutex.h Tue Dec 01 13:11:55 2020 +0000
+++ b/sys/arch/arm/include/mutex.h Tue Dec 01 14:52:36 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mutex.h,v 1.23 2020/03/05 17:58:08 riastradh Exp $ */
+/* $NetBSD: mutex.h,v 1.24 2020/12/01 14:52:36 skrll Exp $ */
/*-
* Copyright (c) 2002, 2007 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
* So, what we have done is implement simple mutexes using a compare-and-swap.
* We support pre-ARMv6 by implementing CAS as a restartable atomic sequence
* that is checked by the IRQ vector.
- *
+ *
*/
struct kmutex {
Home |
Main Index |
Thread Index |
Old Index