From: Ariful Islam Shoikot Date: Tue, 17 Mar 2026 12:06:13 +0000 (+0600) Subject: Documentation/mm/hwpoison.rst: fix typos and grammar. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e6df46dffb32342c4be6deb6f897363f207bf05;p=thirdparty%2Fkernel%2Flinux.git Documentation/mm/hwpoison.rst: fix typos and grammar. Signed-off-by: Ariful Islam Shoikot Signed-off-by: Jonathan Corbet Message-ID: <20260317120614.51046-1-islamarifulshoikat@gmail.com> --- diff --git a/Documentation/mm/hwpoison.rst b/Documentation/mm/hwpoison.rst index 483b72aa7c117..71b4b45c35055 100644 --- a/Documentation/mm/hwpoison.rst +++ b/Documentation/mm/hwpoison.rst @@ -38,7 +38,7 @@ To quote the overview comment:: for the mapping from a vma to a process. Since this case is expected to be rare we hope we can get away with this. -The code consists of a the high level handler in mm/memory-failure.c, +The code consists of the high level handler in mm/memory-failure.c, a new page poison bit and various checks in the VM to handle poisoned pages.