]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: tracing: Fix the indentation of mcount.S
authorWu Zhangjin <wuzhangjin@gmail.com>
Sat, 17 Jul 2010 19:10:51 +0000 (03:10 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 5 Aug 2010 12:26:06 +0000 (13:26 +0100)
commitce8683b3d757c143f3a803677fcbc6b71d46586c
tree16e0c106b0a4a4d8c3603a6ee7a5bdfa44360d47
parentf4892fd51ffa50f141a7236ec7b5c632bd2ec34a
MIPS: tracing: Fix the indentation of mcount.S

The commit "MIPS: Tracing: Cleanup the arguments passing of
prepare_ftrace_return" has moved the "jal     prepare_ftrace_return"
instruction after the handling of the 3rd argument but forgot to remove
the superfluous space before the related instructions.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1475/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/mcount.S