linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mseal: Fix typo and style in documentation
@ 2025-03-18 11:55 takumaw1990
  0 siblings, 0 replies; only message in thread
From: takumaw1990 @ 2025-03-18 11:55 UTC (permalink / raw)
  To: linux-mm, linux-hardening, linux-doc; +Cc: Takuma Watanabe

From: Takuma Watanabe <takumaw1990@gmail.com>

Corrected a typo in the mseal documentation.

Signed-off-by: Takuma Watanabe <takumaw1990@gmail.com>
---
 Documentation/userspace-api/mseal.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/userspace-api/mseal.rst b/Documentation/userspace-api/mseal.rst
index 41102f74c5e2..42f32b57e7e2 100644
--- a/Documentation/userspace-api/mseal.rst
+++ b/Documentation/userspace-api/mseal.rst
@@ -27,7 +27,7 @@ SYSCALL
 =======
 mseal syscall signature
 -----------------------
-   ``int mseal(void \* addr, size_t len, unsigned long flags)``
+   ``int mseal(void *addr, size_t len, unsigned long flags)``
 
    **addr**/**len**: virtual memory address range.
       The address range set by **addr**/**len** must meet:
-- 
2.43.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-03-18 11:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-18 11:55 [PATCH] mseal: Fix typo and style in documentation takumaw1990

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox