Module Name:    src
Committed By:   riastradh
Date:           Sat Jun 20 18:48:28 UTC 2020

Modified Files:
        src/sys/arch/mips/cavium: octeon_intr.c

Log Message:
Nix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/cavium/octeon_intr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/cavium/octeon_intr.c
diff -u src/sys/arch/mips/cavium/octeon_intr.c:1.12 src/sys/arch/mips/cavium/octeon_intr.c:1.13
--- src/sys/arch/mips/cavium/octeon_intr.c:1.12	Fri Jun 19 02:23:43 2020
+++ src/sys/arch/mips/cavium/octeon_intr.c	Sat Jun 20 18:48:28 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: octeon_intr.c,v 1.12 2020/06/19 02:23:43 simonb Exp $	*/
+/*	$NetBSD: octeon_intr.c,v 1.13 2020/06/20 18:48:28 riastradh Exp $	*/
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
  * All rights reserved.
@@ -45,7 +45,7 @@
 #define __INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_intr.c,v 1.12 2020/06/19 02:23:43 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_intr.c,v 1.13 2020/06/20 18:48:28 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
@@ -529,7 +529,7 @@ octeon_iointr(int ipl, vaddr_t pc, uint3
 	while (hwpend != 0) {
 		const int irq = ffs64(hwpend) - 1;
 		hwpend &= ~__BIT(irq);
-		
+
 		struct octeon_intrhand * const ih = octciu_intrs[irq];
 		cpu->cpu_intr_evs[irq].ev_count++;
 		if (__predict_true(ih != NULL)) {

Reply via email to