Skip to content

Commit 1b17cdb

Browse files
takumawakpm00
authored andcommitted
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>
1 parent 51339d9 commit 1b17cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/userspace-api/mseal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SYSCALL
2727
=======
2828
mseal syscall signature
2929
-----------------------
30-
``int mseal(void \* addr, size_t len, unsigned long flags)``
30+
``int mseal(void *addr, size_t len, unsigned long flags)``
3131

3232
**addr**/**len**: virtual memory address range.
3333
The address range set by **addr**/**len** must meet:

0 commit comments

Comments
 (0)