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 <[email protected]> > CC: Ingo Molnar <[email protected]> > CC: "H. Peter Anvin" <[email protected]> > CC: Alex Shi <[email protected]> > CC: Fenghua Yu <[email protected]> > Signed-off-by: Michael Wang <[email protected]> > --- > 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

