CRIS: Minor formatting fix in traps.c
authorJesper Nilsson <jesper.nilsson@axis.com>
Tue, 3 Aug 2010 13:59:26 +0000 (15:59 +0200)
committerJesper Nilsson <jesper.nilsson@axis.com>
Wed, 4 Aug 2010 11:02:15 +0000 (13:02 +0200)
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/arch-v32/kernel/traps.c

index 9003e382cada655b2d172c983661cee672ad33a6..8bbe09c931322cf4311383ab6f2fe169f746f8a1 100644 (file)
@@ -9,8 +9,7 @@
 #include <hwregs/intr_vect_defs.h>
 #include <asm/irq.h>
 
-void
-show_registers(struct pt_regs *regs)
+void show_registers(struct pt_regs *regs)
 {
        /*
         * It's possible to use either the USP register or current->thread.usp.
@@ -101,8 +100,7 @@ bad_value:
        }
 }
 
-void
-arch_enable_nmi(void)
+void arch_enable_nmi(void)
 {
        unsigned long flags;