Commit c7adfaea authored by Paul Burton's avatar Paul Burton

MIPS: Fix do_ade() closing brace indentation

A closing brace in do_ade() has misleading indentation; fix it.
Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21066/
Cc: linux-mips@linux-mips.org
parent 378ed6f0
......@@ -2348,7 +2348,7 @@ asmlinkage void do_ade(struct pt_regs *regs)
set_fs(seg);
return;
}
}
goto sigbus;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment