浏览代码

x86, cleanups: Remove extra tab in __flush_tlb_one()

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>
Michael Wang 12 年之前
父节点
当前提交
e8747f10ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/x86/include/asm/tlbflush.h

+ 1 - 1
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