[PATCH] mm: doc: add bracket

Manuel Ebner posted 1 patch 3 weeks, 2 days ago
There is a newer version of this series
Documentation/filesystems/mmap_prepare.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] mm: doc: add bracket
Posted by Manuel Ebner 3 weeks, 2 days ago
Add missing ')' to sentence.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
 Documentation/filesystems/mmap_prepare.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/mmap_prepare.rst b/Documentation/filesystems/mmap_prepare.rst
index 82c99c95a..0482c21b4 100644
--- a/Documentation/filesystems/mmap_prepare.rst
+++ b/Documentation/filesystems/mmap_prepare.rst
@@ -114,7 +114,7 @@ VMA Flags
 Along with ``mmap_prepare``, VMA flags have undergone an overhaul. Where before
 you would invoke one of vm_flags_init(), vm_flags_reset(), vm_flags_set(),
 vm_flags_clear(), and vm_flags_mod() to modify flags (and to have the
-locking done correctly for you, this is no longer necessary.
+locking done correctly for you), this is no longer necessary.
 
 Also, the legacy approach of specifying VMA flags via ``VM_READ``, ``VM_WRITE``,
 etc. - i.e. using a ``-VM_xxx``- macro has changed too.
-- 
2.54.0
Re: [PATCH] mm: doc: add bracket
Posted by Randy Dunlap 3 weeks, 2 days ago

On 9/2/26 7:42 AM, Manuel Ebner wrote:
> Add missing ')' to sentence.
> 
> Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  Documentation/filesystems/mmap_prepare.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/filesystems/mmap_prepare.rst b/Documentation/filesystems/mmap_prepare.rst
> index 82c99c95a..0482c21b4 100644
> --- a/Documentation/filesystems/mmap_prepare.rst
> +++ b/Documentation/filesystems/mmap_prepare.rst
> @@ -114,7 +114,7 @@ VMA Flags
>  Along with ``mmap_prepare``, VMA flags have undergone an overhaul. Where before
>  you would invoke one of vm_flags_init(), vm_flags_reset(), vm_flags_set(),
>  vm_flags_clear(), and vm_flags_mod() to modify flags (and to have the
> -locking done correctly for you, this is no longer necessary.
> +locking done correctly for you), this is no longer necessary.
>  
>  Also, the legacy approach of specifying VMA flags via ``VM_READ``, ``VM_WRITE``,
>  etc. - i.e. using a ``-VM_xxx``- macro has changed too.

-- 
~Randy