[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220928151109.19364-1-xhao@linux.alibaba.com>
Date: Wed, 28 Sep 2022 23:11:09 +0800
From: Xin Hao <xhao@...ux.alibaba.com>
To: namit@...are.com
Cc: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
dave.hansen@...ux.intel.com, x86@...nel.org, hpa@...or.com,
xhao@...ux.alibaba.com, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] x86/mm/tlb: fix error word 'clleared' to 'cleared'
Just correct the wrong word 'clleared' to 'cleared'
Fixes: c9fe66560bf2 ("mm/mprotect: do not flush when not required architecturally")
Signed-off-by: Xin Hao <xhao@...ux.alibaba.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 cda3118f3b27..c80a15ef0cbc 100644
--- a/arch/x86/include/asm/tlbflush.h
+++ b/arch/x86/include/asm/tlbflush.h
@@ -291,7 +291,7 @@ static inline bool pte_flags_need_flush(unsigned long oldflags,
diff &= ~_PAGE_ACCESSED;
/*
- * Did any of the 'flush_on_clear' flags was clleared set from between
+ * Did any of the 'flush_on_clear' flags was cleared set from between
* 'oldflags' and 'newflags'?
*/
if (diff & oldflags & flush_on_clear)
--
2.31.0
Powered by blists - more mailing lists