Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/evbmips Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/275b970dd7e4
branches: trunk
changeset: 376309:275b970dd7e4
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Jun 10 07:30:57 2023 +0000
description:
Trailing whitespace.
diffstat:
sys/arch/evbmips/evbmips/interrupt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r bee7f07f0d35 -r 275b970dd7e4 sys/arch/evbmips/evbmips/interrupt.c
--- a/sys/arch/evbmips/evbmips/interrupt.c Sat Jun 10 07:05:18 2023 +0000
+++ b/sys/arch/evbmips/evbmips/interrupt.c Sat Jun 10 07:30:57 2023 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.c,v 1.24 2016/08/26 15:45:47 skrll Exp $ */
+/* $NetBSD: interrupt.c,v 1.25 2023/06/10 07:30:57 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.24 2016/08/26 15:45:47 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.25 2023/06/10 07:30:57 skrll Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
@@ -84,7 +84,7 @@ cpu_intr(int ppl, vaddr_t pc, uint32_t s
KASSERTMSG(ipl == IPL_SCHED,
"%s: ipl (%d) != IPL_SCHED (%d)",
__func__, ipl, IPL_SCHED);
- /* call the common MIPS3 clock interrupt handler */
+ /* call the common MIPS3 clock interrupt handler */
mips3_clockintr(&cf);
pending ^= MIPS_INT_MASK_5;
}
Home |
Main Index |
Thread Index |
Old Index