From: Michael Wang Date: Tue, 4 Jun 2013 06:28:18 +0000 (+0800) Subject: x86, cleanups: Remove extra tab in __flush_tlb_one() X-Git-Tag: upstream/snapshot3+hdmi~4828^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8747f10ba3f7638b1c1fcab9c66a01733213d45;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86, cleanups: Remove extra tab in __flush_tlb_one() Remove the extra tab in __flush_tlb_one(). CC: Alex Shi CC: Fenghua Yu Signed-off-by: Michael Wang Link: http://lkml.kernel.org/r/51AD8902.60603@linux.vnet.ibm.com Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/include/asm/tlbflush.h b/arch/x86/include/asm/tlbflush.h index 50a7fc0..cf51200 100644 --- a/arch/x86/include/asm/tlbflush.h +++ b/arch/x86/include/asm/tlbflush.h @@ -62,7 +62,7 @@ static inline void __flush_tlb_all(void) static inline void __flush_tlb_one(unsigned long addr) { - __flush_tlb_single(addr); + __flush_tlb_single(addr); } #define TLB_FLUSH_ALL -1UL