[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <51AD8902.60603@linux.vnet.ibm.com>
Date:	Tue, 04 Jun 2013 14:28:18 +0800
From:	Michael Wang <wangyun@...ux.vnet.ibm.com>
To:	x86@...nel.org, LKML <linux-kernel@...r.kernel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Ingo Molnar <mingo@...nel.org>,
	"H. Peter Anvin" <hpa@...or.com>, Alex Shi <alex.shi@...el.com>,
	fenghua.yu@...el.com
Subject: [PATCH] code clean in __flush_tlb_one()
Remove the extra space in __flush_tlb_one()
CC: Thomas Gleixner <tglx@...utronix.de>
CC: Ingo Molnar <mingo@...hat.com>
CC: "H. Peter Anvin" <hpa@...or.com>
CC: Alex Shi <alex.shi@...el.com>
CC: Fenghua Yu <fenghua.yu@...el.com>
Signed-off-by: Michael Wang <wangyun@...ux.vnet.ibm.com>
---
 arch/x86/include/asm/tlbflush.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
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
-- 
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists