All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH v2 1/2] link05: Convert docs to docparse
@ 2023-11-07 10:58 Yang Xu
  2023-11-07 10:58 ` [LTP] [PATCH v2 2/2] link08: " Yang Xu
  2023-11-08  5:31 ` [LTP] [PATCH v2 1/2] link05: " Petr Vorel
  0 siblings, 2 replies; 6+ messages in thread
From: Yang Xu @ 2023-11-07 10:58 UTC (permalink / raw)
  To: ltp

The description of link05's test has no relevance to the test code,
I've changed the description.

Reviewed-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
---
 testcases/kernel/syscalls/link/link05.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/testcases/kernel/syscalls/link/link05.c b/testcases/kernel/syscalls/link/link05.c
index 95787ec24..f255bc13b 100644
--- a/testcases/kernel/syscalls/link/link05.c
+++ b/testcases/kernel/syscalls/link/link05.c
@@ -1,13 +1,15 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
- *  AUTHOR		: Richard Logan
- *  CO-PILOT		: William Roske
+ * Authors: Richard Logan, William Roske
  * Copyright (c) 2014 Cyril Hrubis <chrubis@suse.cz>
+ * Copyright (c) Linux Test Project, 2001-2023
  */
 
-/*
- * Test if link(2) fails with EMLINK.
+/*\
+ * [Description]
+ *
+ * Tests that link(2) succeeds with creating n links.
  */
 
 #include <stdio.h>
-- 
2.39.1


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-09  2:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-07 10:58 [LTP] [PATCH v2 1/2] link05: Convert docs to docparse Yang Xu
2023-11-07 10:58 ` [LTP] [PATCH v2 2/2] link08: " Yang Xu
2023-11-08  7:52   ` Petr Vorel
2023-11-09  2:31     ` Yang Xu (Fujitsu)
2023-11-08  5:31 ` [LTP] [PATCH v2 1/2] link05: " Petr Vorel
2023-11-09  2:28   ` Yang Xu (Fujitsu)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.