[LTP] [PATCH 1/3] access01: Convert docs to docparse

Yang Xu xuyang2018.jy@fujitsu.com
Wed Aug 2 05:13:54 CEST 2023


Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
---
 testcases/kernel/syscalls/access/access01.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/testcases/kernel/syscalls/access/access01.c b/testcases/kernel/syscalls/access/access01.c
index c9a076d..391c8d4 100644
--- a/testcases/kernel/syscalls/access/access01.c
+++ b/testcases/kernel/syscalls/access/access01.c
@@ -1,11 +1,16 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
- *   AUTHOR		: William Roske
+ * Copyright (c) Linux Test Project, 2003-2023
+ * Author: William Roske
  */
-/*
+
+/*\
+ * [Description]
+ *
  * Basic test for access(2) using F_OK, R_OK, W_OK and X_OK
  */
+
 #include <errno.h>
 #include <unistd.h>
 #include <sys/types.h>
-- 
1.8.3.1



More information about the ltp mailing list