On 9/9/21 4:03 AM, Jonathan Corbet wrote:
Li Xinhai <lixinhai.lxh@xxxxxxxxx> writes:
The non-LRU movable flags part is not relevant to above 3 funcitons, so remove
the number 4.
Signed-off-by: Li Xinhai <lixinhai.lxh@xxxxxxxxx>
---
Documentation/vm/page_migration.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/vm/page_migration.rst b/Documentation/vm/page_migration.rst
index db9d7e5539cb..08810f549f70 100644
--- a/Documentation/vm/page_migration.rst
+++ b/Documentation/vm/page_migration.rst
@@ -205,7 +205,7 @@ which are function pointers of struct address_space_operations.
In this function, the driver should put the isolated page back into its own data
structure.
-4. non-LRU movable page flags
+Non-LRU movable page flags
So should this be a section heading instead?
No. This line and the following content still belong to its current section, so only
need remove '4.', and 'non'-> 'Non'.
Thanks,
jon