Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759501Ab3FDGyj (ORCPT ); Tue, 4 Jun 2013 02:54:39 -0400 Received: from mga14.intel.com ([143.182.124.37]:35795 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758811Ab3FDGyh (ORCPT ); Tue, 4 Jun 2013 02:54:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,798,1363158000"; d="scan'208";a="250321911" Message-ID: <51AD8F07.5060706@intel.com> Date: Tue, 04 Jun 2013 14:53:59 +0800 From: Alex Shi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Michael Wang CC: x86@kernel.org, LKML , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , fenghua.yu@intel.com Subject: Re: [PATCH] code clean in __flush_tlb_one() References: <51AD8902.60603@linux.vnet.ibm.com> In-Reply-To: <51AD8902.60603@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1191 Lines: 42 On 06/04/2013 02:28 PM, Michael Wang wrote: > Remove the extra space in __flush_tlb_one() It even don't need a reviewed-by. :) Thanks! > > CC: Thomas Gleixner > CC: Ingo Molnar > CC: "H. Peter Anvin" > CC: Alex Shi > CC: Fenghua Yu > Signed-off-by: Michael Wang > --- > 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 > -- Thanks Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/