Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mseal: fix typo and style in documentation

Correct a typo in the mseal documentation.

Link: https://lkml.kernel.org/r/20250318115521.11654-1-takumaw1990@gmail.com
Signed-off-by: Takuma Watanabe <takumaw1990@gmail.com>
Cc: Jeff Xu <jeffxu@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Takuma Watanabe and committed by
Andrew Morton
1b17cdbb 51339d99

+1 -1
+1 -1
Documentation/userspace-api/mseal.rst
··· 27 27 ======= 28 28 mseal syscall signature 29 29 ----------------------- 30 - ``int mseal(void \* addr, size_t len, unsigned long flags)`` 30 + ``int mseal(void *addr, size_t len, unsigned long flags)`` 31 31 32 32 **addr**/**len**: virtual memory address range. 33 33 The address range set by **addr**/**len** must meet: