All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Doc: page_migration: fix numbering for non-LRU movable flags
@ 2021-09-08 14:52 Li Xinhai
  2021-09-08 20:03 ` Jonathan Corbet
  2021-09-14 20:54 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Li Xinhai @ 2021-09-08 14:52 UTC (permalink / raw)
  To: linux-doc; +Cc: corbet

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@gmail.com>

---
 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
 
    There are two page flags for supporting non-LRU movable page.
 
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Doc: page_migration: fix numbering for non-LRU movable flags
  2021-09-08 14:52 [PATCH] Doc: page_migration: fix numbering for non-LRU movable flags Li Xinhai
@ 2021-09-08 20:03 ` Jonathan Corbet
  2021-09-09  1:20   ` Li Xinhai
  2021-09-14 20:54 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2021-09-08 20:03 UTC (permalink / raw)
  To: Li Xinhai, linux-doc

Li Xinhai <lixinhai.lxh@gmail.com> 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@gmail.com>
>
> ---
>  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?

Thanks,

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Doc: page_migration: fix numbering for non-LRU movable flags
  2021-09-08 20:03 ` Jonathan Corbet
@ 2021-09-09  1:20   ` Li Xinhai
  0 siblings, 0 replies; 4+ messages in thread
From: Li Xinhai @ 2021-09-09  1:20 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc; +Cc: linux-mm



On 9/9/21 4:03 AM, Jonathan Corbet wrote:
> Li Xinhai <lixinhai.lxh@gmail.com> 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@gmail.com>
>>
>> ---
>>   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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Doc: page_migration: fix numbering for non-LRU movable flags
  2021-09-08 14:52 [PATCH] Doc: page_migration: fix numbering for non-LRU movable flags Li Xinhai
  2021-09-08 20:03 ` Jonathan Corbet
@ 2021-09-14 20:54 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2021-09-14 20:54 UTC (permalink / raw)
  To: Li Xinhai, linux-doc

Li Xinhai <lixinhai.lxh@gmail.com> 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@gmail.com>
>
> ---
>  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
>  
>     There are two page flags for supporting non-LRU movable page.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-14 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 14:52 [PATCH] Doc: page_migration: fix numbering for non-LRU movable flags Li Xinhai
2021-09-08 20:03 ` Jonathan Corbet
2021-09-09  1:20   ` Li Xinhai
2021-09-14 20:54 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.