Skip to content

Commit

Permalink
HWPOISON: offline support: fix spelling in Documentation/ABI/
Browse files Browse the repository at this point in the history
Correct spelling problems as identified by codespell.

Link: https://lkml.kernel.org/r/20230710052223.18254-1-rdunlap@infradead.org
Fixes: facb601 ("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>
  • Loading branch information
Randy Dunlap authored and Andrew Morton committed Aug 18, 2023
1 parent b894da0 commit d036688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/ABI/testing/sysfs-memory-page-offline
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit d036688

Please sign in to comment.