Skip to content

Commit

Permalink
CRIS: Minor formatting fix in traps.c
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
Jesper Nilsson committed Aug 4, 2010
1 parent 3992332 commit e2ee9bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arch/cris/arch-v32/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -101,8 +100,7 @@ show_registers(struct pt_regs *regs)
}
}

void
arch_enable_nmi(void)
void arch_enable_nmi(void)
{
unsigned long flags;

Expand Down

0 comments on commit e2ee9bb

Please sign in to comment.