Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Whitespace fix. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/6f72c0fca7bb
branches:  trunk
changeset: 1009337:6f72c0fca7bb
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Apr 21 05:18:14 2020 +0000

description:
Whitespace fix. No functional change.

diffstat:

 sys/arch/x86/x86/i8259.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r df0a6e91136a -r 6f72c0fca7bb sys/arch/x86/x86/i8259.c
--- a/sys/arch/x86/x86/i8259.c  Tue Apr 21 02:56:36 2020 +0000
+++ b/sys/arch/x86/x86/i8259.c  Tue Apr 21 05:18:14 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i8259.c,v 1.23 2019/02/11 14:59:33 cherry Exp $        */
+/*     $NetBSD: i8259.c,v 1.24 2020/04/21 05:18:14 msaitoh Exp $       */
 
 /*
  * Copyright 2002 (c) Wasabi Systems, Inc.
@@ -70,9 +70,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i8259.c,v 1.23 2019/02/11 14:59:33 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i8259.c,v 1.24 2020/04/21 05:18:14 msaitoh Exp $");
 
-#include <sys/param.h> 
+#include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/syslog.h>
@@ -83,7 +83,7 @@
 #include <dev/ic/i8259reg.h>
 
 #include <machine/pio.h>
-#include <machine/cpufunc.h>  
+#include <machine/cpufunc.h>
 #include <machine/cpu.h>
 #include <machine/pic.h>
 #include <machine/i8259.h>
@@ -163,7 +163,7 @@
                /* reset; program device, level-triggered, four bytes */
                outb(IO_ICU2 + PIC_ICW1, ICW1_SELECT | ICW1_LTIM | ICW1_IC4);
        else
-#endif 
+#endif
                /* reset; program device, four bytes */
                outb(IO_ICU2 + PIC_ICW1, ICW1_SELECT | ICW1_IC4);
 
@@ -243,7 +243,7 @@
 
        irqs = 0;
        for (irq = 0; irq < array_len; irq++)
-#if !defined(XENPV)            
+#if !defined(XENPV)
                if (ci->ci_isources[irq] != NULL)
 #else
                if (ci->ci_xsources[irq] != NULL)



Home | Main Index | Thread Index | Old Index