mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -2348,7 +2348,7 @@ asmlinkage void do_ade(struct pt_regs *regs)
|
||||||
set_fs(seg);
|
set_fs(seg);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
goto sigbus;
|
goto sigbus;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue