summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/unaligned.c
diff options
context:
space:
mode:
authorPaul Burton2018-11-09 21:07:55 +0100
committerPaul Burton2018-11-10 02:20:01 +0100
commitc7adfaea4bf445b4715ffb031fcd9313b4cf63d5 (patch)
tree3c222f70429d75a8c310cc202b6cf31c6f781646 /arch/mips/kernel/unaligned.c
parentMIPS: Avoid using .set mips0 to restore ISA (diff)
downloadkernel-qcow2-linux-c7adfaea4bf445b4715ffb031fcd9313b4cf63d5.tar.gz
kernel-qcow2-linux-c7adfaea4bf445b4715ffb031fcd9313b4cf63d5.tar.xz
kernel-qcow2-linux-c7adfaea4bf445b4715ffb031fcd9313b4cf63d5.zip
MIPS: Fix do_ade() closing brace indentation
A closing brace in do_ade() has misleading indentation; fix it. Signed-off-by: Paul Burton <paul.burton@mips.com> Patchwork: https://patchwork.linux-mips.org/patch/21066/ Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/kernel/unaligned.c')
-rw-r--r--arch/mips/kernel/unaligned.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/unaligned.c b/arch/mips/kernel/unaligned.c
index 3850c563e588..c60e7719ef77 100644
--- a/arch/mips/kernel/unaligned.c
+++ b/arch/mips/kernel/unaligned.c
@@ -2348,7 +2348,7 @@ asmlinkage void do_ade(struct pt_regs *regs)
set_fs(seg);
return;
- }
+ }
goto sigbus;
}