]> git.ipfire.org Git - people/ms/u-boot.git/commit
m68k: code reformatting for all start.S files
authorAngelo Dureghello <angelo@sysam.it>
Sat, 21 May 2016 22:14:29 +0000 (00:14 +0200)
committerAngelo Dureghello <angelo@sysam.it>
Sat, 30 Jul 2016 20:59:18 +0000 (22:59 +0200)
commit5c928d02044345b843202f23540c3765468c1d6f
treeaf57c0977294074ee1920259cfd35b3fe3956703
parent08887ed4505ec14ee94ab32c482dc4dec5ddc1e4
m68k: code reformatting for all start.S files

This patch is style-related only, to reformat all the start.S code,
actually not following a coherent style inside single files and
between different cpu start.S files.

Linux format has been respected, as
  - max line width at 80 columns
  - one 8 cols tab between asm instructions and operands
  - inline comments, where any, fixed at col 41

Signed-off-by: Angelo Dureghello <angelo@sysam.it>
arch/m68k/cpu/mcf5227x/start.S
arch/m68k/cpu/mcf523x/start.S
arch/m68k/cpu/mcf52x2/start.S
arch/m68k/cpu/mcf530x/start.S
arch/m68k/cpu/mcf532x/start.S
arch/m68k/cpu/mcf5445x/start.S
arch/m68k/cpu/mcf547x_8x/start.S