commit | 65d599164e23dfd7d4cc586088789217134721c4 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@sysam.it> | Sun May 22 00:14:29 2016 +0200 |
committer | Angelo Dureghello <angelo@sysam.it> | Sat Jul 30 22:59:18 2016 +0200 |
tree | af57c0977294074ee1920259cfd35b3fe3956703 | |
parent | 533520a0cf0ae9d8007bf590de92f15768cc4638 [diff] |
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>