public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Michael Wang <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
	alex.shi@intel.com, fenghua.yu@intel.com,
	wangyun@linux.vnet.ibm.com, tglx@linutronix.de,
	hpa@linux.intel.com
Subject: [tip:x86/cleanups] x86, cleanups: Remove extra tab in __flush_tlb_one()
Date: Wed, 12 Jun 2013 13:47:05 -0700	[thread overview]
Message-ID: <tip-e8747f10ba3f7638b1c1fcab9c66a01733213d45@git.kernel.org> (raw)
In-Reply-To: <51AD8902.60603@linux.vnet.ibm.com>

Commit-ID:  e8747f10ba3f7638b1c1fcab9c66a01733213d45
Gitweb:     http://git.kernel.org/tip/e8747f10ba3f7638b1c1fcab9c66a01733213d45
Author:     Michael Wang <wangyun@linux.vnet.ibm.com>
AuthorDate: Tue, 4 Jun 2013 14:28:18 +0800
Committer:  H. Peter Anvin <hpa@linux.intel.com>
CommitDate: Tue, 4 Jun 2013 11:51:26 -0700

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>
---
 arch/x86/include/asm/tlbflush.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

      parent reply	other threads:[~2013-06-12 20:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04  6:28 [PATCH] code clean in __flush_tlb_one() Michael Wang
2013-06-04  6:53 ` Alex Shi
2013-06-04  6:56   ` Michael Wang
2013-06-12 20:47 ` tip-bot for Michael Wang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tip-e8747f10ba3f7638b1c1fcab9c66a01733213d45@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=alex.shi@intel.com \
    --cc=fenghua.yu@intel.com \
    --cc=hpa@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=wangyun@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox