OSDN Git Service

HWPOISON: offline support: fix spelling in Documentation/ABI/
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 10 Jul 2023 05:22:23 +0000 (22:22 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 18 Aug 2023 17:12:18 +0000 (10:12 -0700)
Correct spelling problems as identified by codespell.

Link: https://lkml.kernel.org/r/20230710052223.18254-1-rdunlap@infradead.org
Fixes: facb6011f399 ("HWPOISON: Add soft page offline support")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/ABI/testing/sysfs-memory-page-offline

index e14703f..00f4e35 100644 (file)
@@ -10,7 +10,7 @@ Description:
                dropping it if possible. The kernel will then be placed
                on the bad page list and never be reused.
 
-               The offlining is done in kernel specific granuality.
+               The offlining is done in kernel specific granularity.
                Normally it's the base page size of the kernel, but
                this might change.
 
@@ -35,7 +35,7 @@ Description:
                to access this page assuming it's poisoned by the
                hardware.
 
-               The offlining is done in kernel specific granuality.
+               The offlining is done in kernel specific granularity.
                Normally it's the base page size of the kernel, but
                this might change.