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/[email protected] Signed-off-by: Takuma Watanabe <[email protected]> Cc: Jeff Xu <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 51339d9 commit 1b17cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)