Re: [PATCH] mm: doc: add bracket
From: Randy Dunlap
Date: Wed Sep 02 2026 - 14:36:25 EST
On 9/2/26 7:42 AM, Manuel Ebner wrote:
> Add missing ')' to sentence.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
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