[PATCH] uml: Whitespace fixes
arch/um/kernel/tlb.c had some pretty serious whitespace problems. I also fixed some returns. Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
8f80e9466e
commit
5e1f65a67d
@@ -219,7 +219,6 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
|
|||||||
*npte = pte_mkuptodate(*npte);
|
*npte = pte_mkuptodate(*npte);
|
||||||
addr += PAGE_SIZE;
|
addr += PAGE_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!ret)
|
if(!ret)
|
||||||
ret = (*do_ops)(mmu, ops, op_index, 1, &flush);
|
ret = (*do_ops)(mmu, ops, op_index, 1, &flush);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user