MIPS: memset.S: Reinstate delay slot indentation
authorMatt Redfearn <matt.redfearn@mips.com>
Tue, 17 Apr 2018 15:40:02 +0000 (16:40 +0100)
committerJames Hogan <jhogan@kernel.org>
Mon, 21 May 2018 15:01:15 +0000 (16:01 +0100)
commit21325631f395b1885a0979ac2eb9838ab2036526
treeeeffbbc280aa75a2a2f19066d3319582ba5d16a4
parent84002c88599d6b537e54b003f763215be2075243
MIPS: memset.S: Reinstate delay slot indentation

Assembly language within the MIPS kernel conventionally indents
instructions which are in a branch delay slot to make them easier to
see. Commit 8483b14aaa81 ("MIPS: lib: memset: Whitespace fixes") rather
inexplicably removed all of these indentations from memset.S. Reinstate
the convention for all instructions in a branch delay slot. This
effectively reverts the above commit, plus other locations introduced
with MIPSR6 support.

Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/19111/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/lib/memset.S