public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] getcpu: Convert docs to docparse
@ 2024-07-16  4:03 Ma Xinjian via ltp
  2024-07-17 18:01 ` Petr Vorel
  0 siblings, 1 reply; 2+ messages in thread
From: Ma Xinjian via ltp @ 2024-07-16  4:03 UTC (permalink / raw)
  To: ltp

Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
---
 testcases/kernel/syscalls/getcpu/getcpu01.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/testcases/kernel/syscalls/getcpu/getcpu01.c b/testcases/kernel/syscalls/getcpu/getcpu01.c
index 9842c8999..b6a3e2370 100644
--- a/testcases/kernel/syscalls/getcpu/getcpu01.c
+++ b/testcases/kernel/syscalls/getcpu/getcpu01.c
@@ -1,8 +1,13 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright © International Business Machines  Corp., 2007, 2008
+ * Copyright (c) Linux Test Project, 2009-2024
+ *
+ */
+
+/*\
+ * [Description]
  *
- * Test Description:
  *  The test process is affined to a CPU. It then calls getcpu and
  *  checks that the CPU and node (if supported) match the expected
  *  values.
-- 
2.18.1


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

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

* Re: [LTP] [PATCH] getcpu: Convert docs to docparse
  2024-07-16  4:03 [LTP] [PATCH] getcpu: Convert docs to docparse Ma Xinjian via ltp
@ 2024-07-17 18:01 ` Petr Vorel
  0 siblings, 0 replies; 2+ messages in thread
From: Petr Vorel @ 2024-07-17 18:01 UTC (permalink / raw)
  To: Ma Xinjian; +Cc: ltp

Hi Ma,

...
> +/*\
> + * [Description]
>   *
> - * Test Description:
>   *  The test process is affined to a CPU. It then calls getcpu and
>   *  checks that the CPU and node (if supported) match the expected
>   *  values.

Thanks for your patch! FYI there must be only single space after star,
otherwise text would be formatted as preformatted text (wrapped with <pre></pre>
in xhtml):

/*\
 * [Description]
 *
 * The test process is affined to a CPU. It then calls getcpu and
 * checks that the CPU and node (if supported) match the expected
 * values.
 */

I fixed that and merged.

Kind regards,
Petr

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

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

end of thread, other threads:[~2024-07-17 18:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16  4:03 [LTP] [PATCH] getcpu: Convert docs to docparse Ma Xinjian via ltp
2024-07-17 18:01 ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox