diff options
author | Matt Redfearn <matt.redfearn@mips.com> | 2018-04-17 18:40:02 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-05-21 18:01:15 +0300 |
commit | 21325631f395b1885a0979ac2eb9838ab2036526 (patch) | |
tree | eeffbbc280aa75a2a2f19066d3319582ba5d16a4 /arch/mips/kernel | |
parent | 84002c88599d6b537e54b003f763215be2075243 (diff) | |
download | linux-21325631f395b1885a0979ac2eb9838ab2036526.tar.xz |
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>
Diffstat (limited to 'arch/mips/kernel')
0 files changed, 0 insertions, 0 deletions