lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ