diff options
author | Tony Wu <tung7970@gmail.com> | 2013-06-21 06:10:46 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 09:10:57 -0400 |
commit | fc192e50f868d8f34b15a18c38407f4b9468a31d (patch) | |
tree | 98cc6a85cf581af6967cf3f6e087b433bab55b45 /arch/mips/kernel/unaligned.c | |
parent | 4df715aaf566110bedb3751ed235a3bacdebbdde (diff) |
MIPS: Cleanup indentation and whitespace
Signed-off-by: Tony Wu <tung7970@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5536/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r-- | arch/mips/kernel/unaligned.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c index 3eaa02aa8ae0..8eaf310ffc6c 100644 --- a/arch/mips/kernel/unaligned.c +++ b/arch/mips/kernel/unaligned.c | |||
@@ -1549,6 +1549,7 @@ sigill: | |||
1549 | ("Unhandled kernel unaligned access or invalid instruction", regs); | 1549 | ("Unhandled kernel unaligned access or invalid instruction", regs); |
1550 | force_sig(SIGILL, current); | 1550 | force_sig(SIGILL, current); |
1551 | } | 1551 | } |
1552 | |||
1552 | asmlinkage void do_ade(struct pt_regs *regs) | 1553 | asmlinkage void do_ade(struct pt_regs *regs) |
1553 | { | 1554 | { |
1554 | enum ctx_state prev_state; | 1555 | enum ctx_state prev_state; |