]> Pileus Git - ~andy/linux/commitdiff
x86, cleanups: Remove extra tab in __flush_tlb_one()
authorMichael Wang <wangyun@linux.vnet.ibm.com>
Tue, 4 Jun 2013 06:28:18 +0000 (14:28 +0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 4 Jun 2013 18:51:26 +0000 (11:51 -0700)
Remove the extra tab in __flush_tlb_one().

CC: Alex Shi <alex.shi@intel.com>
CC: Fenghua Yu <fenghua.yu@intel.com>
Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/51AD8902.60603@linux.vnet.ibm.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/tlbflush.h

index 50a7fc0f824a8f027376f0f38af9d820502095bf..cf512003e6633309587e15f179d0745976f6b510 100644 (file)
@@ -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