Remove the extra space in __flush_tlb_one()
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
--
1.7.4.1
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
On 06/04/2013 02:53 PM, Alex Shi wrote:
> 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. :)
Still thanks for your review :)
Regards,
Michael Wang
>
> 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
>>
>
>
Commit-ID: e8747f10ba3f7638b1c1fcab9c66a01733213d45
Gitweb: http://git.kernel.org/tip/e8747f10ba3f7638b1c1fcab9c66a01733213d45
Author: Michael Wang <[email protected]>
AuthorDate: Tue, 4 Jun 2013 14:28:18 +0800
Committer: H. Peter Anvin <[email protected]>
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 <[email protected]>
CC: Fenghua Yu <[email protected]>
Signed-off-by: Michael Wang <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
---
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