diff mbox series

fchmod01: Convert docs to docparse

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

Commit Message

Ma Xinjian Sept. 10, 2024, 10:10 a.m. UTC
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
 testcases/kernel/syscalls/fchmod/fchmod01.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

Li Wang Sept. 11, 2024, 6:14 a.m. UTC | #1
Both doc patch merged, thanks.
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/fchmod/fchmod01.c b/testcases/kernel/syscalls/fchmod/fchmod01.c
index 05b566791..417ea0a70 100644
--- a/testcases/kernel/syscalls/fchmod/fchmod01.c
+++ b/testcases/kernel/syscalls/fchmod/fchmod01.c
@@ -2,9 +2,12 @@ 
 /*
  * Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
  * Author: Wayne Boyer and William Roske
+ */
+
+/*\
+ * [Description]
  *
- * Test Description:
- * fchmod() will succeed to change the mode permissions of a file specified
+ * Verify that fchmod() can succeed to change the mode permissions of a file specified
  * by file descriptor.
  */