Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/dacc8f4dea18
branches:  trunk
changeset: 761572:dacc8f4dea18
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 01 18:12:10 2011 +0000

description:
Remove trailing whitespace.

diffstat:

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

diffs (54 lines):

diff -r d9d49ca4fc5b -r dacc8f4dea18 sys/arch/hp700/hp700/intr.c
--- a/sys/arch/hp700/hp700/intr.c       Tue Feb 01 18:08:38 2011 +0000
+++ b/sys/arch/hp700/hp700/intr.c       Tue Feb 01 18:12:10 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.32 2010/12/24 16:03:54 skrll Exp $  */
+/*     $NetBSD: intr.c,v 1.33 2011/02/01 18:12:10 skrll Exp $  */
 /*     $OpenBSD: intr.c,v 1.27 2009/12/31 12:52:35 jsing Exp $ */
 
 /*
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.32 2010/12/24 16:03:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.33 2011/02/01 18:12:10 skrll Exp $");
 
 #define __MUTEX_PRIVATE
 
@@ -172,7 +172,7 @@
 {
        struct hp700_int_bit *int_bit;
        int idx;
-       
+
        /* Panic on a bad interrupt bit. */
        if (bit_pos < 0 || bit_pos >= HP700_INT_BITS)
                panic("%s: bad interrupt bit %d", __func__, bit_pos);
@@ -287,7 +287,7 @@
                        continue;
                imask[int_bit->int_bit_ipl] |= int_bit->int_bit_spl;
        }
-       
+
        /* The following bits cribbed from i386/isa/isa_machdep.c: */
 
        /*
@@ -435,7 +435,7 @@
        if (ci->ci_ipending & ~ci->ci_cpl)
                hp700_intr_dispatch(ci->ci_cpl, frame->tf_eiem, frame);
 }
-               
+
 /*
  * Dispatch interrupts.  This dispatches at least one interrupt.
  * This is called with %eiem loaded with zero.
@@ -483,7 +483,7 @@
                        }
                        arg = &clkframe;
                }
-       
+
                /*
                 * Remove this bit from ipending, raise spl to
                 * the level required to run this interrupt,



Home | Main Index | Thread Index | Old Index