Module Name:    src
Committed By:   skrll
Date:           Thu Sep 29 06:58:37 UTC 2022

Modified Files:
        src/sys/arch/mips/adm5120/dev: admpci.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/mips/adm5120/dev/admpci.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/adm5120/dev/admpci.c
diff -u src/sys/arch/mips/adm5120/dev/admpci.c:1.16 src/sys/arch/mips/adm5120/dev/admpci.c:1.17
--- src/sys/arch/mips/adm5120/dev/admpci.c:1.16	Sat Aug  7 16:18:58 2021
+++ src/sys/arch/mips/adm5120/dev/admpci.c	Thu Sep 29 06:58:37 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: admpci.c,v 1.16 2021/08/07 16:18:58 thorpej Exp $ */
+/* $NetBSD: admpci.c,v 1.17 2022/09/29 06:58:37 skrll Exp $ */
 
 /*-
  * Copyright (c) 2007 David Young.  All rights reserved.
@@ -55,13 +55,13 @@
  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- */ 
+ */
 
 #include "opt_pci.h"
 #include "pci.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.16 2021/08/07 16:18:58 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: admpci.c,v 1.17 2022/09/29 06:58:37 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -183,7 +183,7 @@ admpciattach(device_t parent, device_t s
 #if NPCI > 0
 	struct pcibus_attach_args	pba;
 #endif
-	
+
 	admpci_found = 1;
 
 	sc->sc_dev = self;
@@ -418,7 +418,7 @@ admpci_conf_interrupt(void *v, int bus, 
 /*
  * Map the bus 0 device numbers 1, 2, and 3 to IRQ 6, 7, and 8,
  * respectively.
- * 
+ *
  * XXX How to handle bridges?
  */
 static int

Reply via email to