[LTP] [PATCH] llistxattr01: Convert docs to docparse
Ma Xinjian
maxj.fnst@fujitsu.com
Thu Oct 31 09:58:09 CET 2024
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
.../kernel/syscalls/llistxattr/llistxattr01.c | 23 ++++++++-----------
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/testcases/kernel/syscalls/llistxattr/llistxattr01.c b/testcases/kernel/syscalls/llistxattr/llistxattr01.c
index f59413265..5002fe96f 100644
--- a/testcases/kernel/syscalls/llistxattr/llistxattr01.c
+++ b/testcases/kernel/syscalls/llistxattr/llistxattr01.c
@@ -1,18 +1,15 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
-* Copyright (c) 2016 Fujitsu Ltd.
-* Author: Xiao Yang <yangx.jy@cn.fujitsu.com>
-*/
-
-/*
-* Test Name: llistxattr01
-*
-* Description:
-* The testcase checks the basic functionality of the llistxattr(2).
-* llistxattr(2) retrieves the list of extended attribute names
-* associated with the link itself in the filesystem.
-*
-*/
+ * Copyright (c) 2016 Fujitsu Ltd.
+ * Author: Xiao Yang <yangx.jy@cn.fujitsu.com>
+ */
+
+/*\
+ * [Description]
+ *
+ * Basic test for llistxattr(2), retrieves the list of extended attribute names
+ * associated with the link itself in the filesystem.
+ */
#include "config.h"
#include <errno.h>
--
2.42.0
More information about the ltp
mailing list