[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20180923032851.2kakcz5x7sm5tfcd@wfg-t540p.sh.intel.com>
Date: Sun, 23 Sep 2018 11:28:51 +0800
From: Fengguang Wu <fengguang.wu@...el.com>
To: Jiri Kosina <trivial@...nel.org>
Cc: trivial@...nel.org, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] mm: fix comment typo in inc_tlb_flush_pending()
CC: trivial@...nel.org
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
include/linux/mm_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h
index 27c5446f3deb..d4f99f5f677c 100644
--- a/include/linux/mm_types.h
+++ b/include/linux/mm_types.h
@@ -552,7 +552,7 @@ static inline void inc_tlb_flush_pending(struct mm_struct *mm)
* flush_tlb_range();
* atomic_dec(&mm->tlb_flush_pending);
*
- * Where the increment if constrained by the PTL unlock, it thus
+ * Where the increment is constrained by the PTL unlock, it thus
* ensures that the increment is visible if the PTE modification is
* visible. After all, if there is no PTE modification, nobody cares
* about TLB flushes either.
--
2.15.0
Powered by blists - more mailing lists