summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2023-06-10 07:30:57 +0000
committerskrll <skrll@NetBSD.org>2023-06-10 07:30:57 +0000
commit8097e2f75d6bfcc73ce03fe7cc8e75c6b6029ed7 (patch)
tree6ea5711551422ef9488b9fe462c3104c7fcba145 /sys/arch
parent1738a1ed17e34f9faafb898b1b3527a3255eaea8 (diff)
Trailing whitespace.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/evbmips/evbmips/interrupt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/evbmips/evbmips/interrupt.c b/sys/arch/evbmips/evbmips/interrupt.c
index 2be427a7fb5..17a687e3ae4 100644
--- a/sys/arch/evbmips/evbmips/interrupt.c
+++ b/sys/arch/evbmips/evbmips/interrupt.c
@@ -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 status)
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;
}