Commit 50802d84 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

m68k: sun3: Fix indentation by 5 or 7 spaces



Indentation should use TABs, not spaces.
Fix whitespace in reindented code while at it.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/167216dfe9795056b7a69415695772887aca6d80.1696602993.git.geert@linux-m68k.org
parent 88514531
Loading
Loading
Loading
Loading
+35 −37
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ static inline void flush_tlb_all(void)
			pmeg_vaddr[addr] = 0;
		}
	}

}

/* Clear user TLB entries within the context named in mm */
@@ -158,7 +157,6 @@ static inline void flush_tlb_mm (struct mm_struct *mm)
	}

	sun3_put_context(oldctx);

}

/* Flush a single TLB page. In this case, we're limited to flushing a
+5 −5

File changed.

Contains only whitespace changes.

+20 −20

File changed.

Contains only whitespace changes.