diff mbox series

readlink01: Convert docs to docparse

Message ID 20240819100256.2252942-1-maxj.fnst@fujitsu.com
State Accepted
Headers show
Series readlink01: Convert docs to docparse | expand

Commit Message

Ma Xinjian Aug. 19, 2024, 10:02 a.m. UTC
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
 testcases/kernel/syscalls/readlink/readlink01.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/readlink/readlink01.c b/testcases/kernel/syscalls/readlink/readlink01.c
index 389ba1fee..8165547d4 100644
--- a/testcases/kernel/syscalls/readlink/readlink01.c
+++ b/testcases/kernel/syscalls/readlink/readlink01.c
@@ -4,10 +4,12 @@ 
  * Ported to LTP: Wayne Boyer
  */
 
-/*
- * Test Description :
- *   Testcase to check the basic functionality of the readlink(2),
- *   readlink() will succeed to read the contents of the symbolic link.
+/*\
+ * [Description]
+ *
+ * Tests basic functionality of readlink(2).
+ *
+ * - readlink() will succeed to read the contents of the symbolic link
  */
 
 #include <pwd.h>