Message ID | 20231027071624.51798-2-xuyang2018.jy@fujitsu.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] umount01: Convert doc to docparse | expand |
diff --git a/testcases/kernel/syscalls/umount/umount03.c b/testcases/kernel/syscalls/umount/umount03.c index 1cef06fa1..498f03b69 100644 --- a/testcases/kernel/syscalls/umount/umount03.c +++ b/testcases/kernel/syscalls/umount/umount03.c @@ -1,9 +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] * - * Verify that umount(2) returns -1 and sets errno to EPERM if the user + * Verify that umount(2) returns -1 and sets errno to EPERM if the user * is not the super-user. */
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com> --- testcases/kernel/syscalls/umount/umount03.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)