mirror of https://gitee.com/openkylin/linux.git
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
This commit is contained in:
parent
378ed6f0e3
commit
c7adfaea4b
|
@ -2348,7 +2348,7 @@ asmlinkage void do_ade(struct pt_regs *regs)
|
|||
set_fs(seg);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
goto sigbus;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue