diff mbox series

[1/2] umount01: Convert doc to docparse

Message ID 20231027071624.51798-1-xuyang2018.jy@fujitsu.com
State Accepted
Headers show
Series [1/2] umount01: Convert doc to docparse | expand

Commit Message

Yang Xu \(Fujitsu\) Oct. 27, 2023, 7:16 a.m. UTC
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
---
 testcases/kernel/syscalls/umount/umount01.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Cyril Hrubis Nov. 3, 2023, 5:06 p.m. UTC | #1
Hi!
Both patches applied, thanks.
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/umount/umount01.c b/testcases/kernel/syscalls/umount/umount01.c
index d05296dce..596d98a13 100644
--- a/testcases/kernel/syscalls/umount/umount01.c
+++ b/testcases/kernel/syscalls/umount/umount01.c
@@ -1,10 +1,14 @@ 
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (c) Wipro Technologies Ltd, 2002.  All Rights Reserved.
+ * Copyright (c) Linux Test Project, 2002-2023
  * Author: Nirmala Devi Dhanasekar <nirmala.devi@wipro.com>
+ */
+
+/*\
+ * [Description]
  *
- * Phase I test for the umount(2) system call.
- * It is intended to provide a limited exposure of the system call.
+ * Check the basic functionality of the umount(2) system call.
  */
 
 #include <errno.h>