Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5e1f65a6 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

[PATCH] uml: Whitespace fixes



arch/um/kernel/tlb.c had some pretty serious whitespace problems.  I also
fixed some returns.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8f80e946
Loading
Loading
Loading
Loading
+183 −184
Original line number Diff line number Diff line
@@ -219,7 +219,6 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
		*npte = pte_mkuptodate(*npte);
		addr += PAGE_SIZE;
	}

	if(!ret)
		ret = (*do_ops)(mmu, ops, op_index, 1, &flush);