[0/5] m68k: Fix indentation by odd number of spaces

Message ID cover.1696602993.git.geert@linux-m68k.org
Headers
Series m68k: Fix indentation by odd number of spaces |

Message

Geert Uytterhoeven Oct. 6, 2023, 2:41 p.m. UTC
  Hi all,

This patch series fixes indentation by an odd number of spaces in a few
files I was working on.  I also fixed a few more whitespace errors in
reindented code while at it.  No functional changes.
    
To be queued in the m68k for-v6.7 branch.

Geert Uytterhoeven (5):
  m68k: Fix indentation by 7 spaces in <asm/io_mm.h>
  m68k: sun3: Fix indentation by 5 or 7 spaces
  m68k: kernel: Fix indentation by 7 spaces in traps.c
  m68k: Fix indentation by 2 or 5 spaces in <asm/page_mm.h>
  m68k: fpsp040: Fix indentation by 5 spaces

 arch/m68k/fpsp040/slogn.S            | 88 ++++++++++++++--------------
 arch/m68k/include/asm/io_mm.h        | 24 ++++----
 arch/m68k/include/asm/page_mm.h      | 45 +++++++-------
 arch/m68k/include/asm/sun3_pgalloc.h | 10 ++--
 arch/m68k/include/asm/tlbflush.h     | 72 +++++++++++------------
 arch/m68k/kernel/traps.c             |  8 +--
 arch/m68k/sun3/mmu_emu.c             | 40 ++++++-------
 7 files changed, 142 insertions(+), 145 deletions(-)