diff mbox series

[1/2] iopl01: Convert docs to docparse

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

Commit Message

Yang Xu Feb. 27, 2024, 8:56 a.m. UTC
Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
---
 testcases/kernel/syscalls/iopl/iopl01.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Comments

Avinesh Kumar March 6, 2024, 2:23 p.m. UTC | #1
Hi,

Reviewed-by: Avinesh Kumar <akumar@suse.de>
for both the patches.

@pvorel,
Can you please also fix below typos when you merge this.

On Tuesday, February 27, 2024 9:56:40 AM CET Yang Xu via ltp wrote:
> Signed-off-by: Yang Xu <xuyang2018.jy@fujitsu.com>
> ---
>  testcases/kernel/syscalls/iopl/iopl01.c | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/testcases/kernel/syscalls/iopl/iopl01.c
> b/testcases/kernel/syscalls/iopl/iopl01.c index 70e2a7ff1..8eadc03c9 100644
> --- a/testcases/kernel/syscalls/iopl/iopl01.c
> +++ b/testcases/kernel/syscalls/iopl/iopl01.c
> @@ -1,17 +1,18 @@
>  // SPDX-License-Identifier: GPL-2.0-or-later
>  /*
> - *  Copyright (c) Linux Test Project, 2020
> - *  Copyright (c) Wipro Technologies Ltd, 2002
> + * Copyright (c) Linux Test Project, 2020
> + * Copyright (c) Wipro Technologies Ltd, 2002
> + * Author: Subhab Biswas <subhabrata.biswas@wipro.com>
>   */
> 
> -/*
> +/*\
> + * [Description]
> + *
>   * This is a basic test for iopl(2) system call.
>   *
>   * Test the system call for possible privelege levels.
s/privelege/privilege
>   * As the privelge level for a normal process is 0, start by
s/privelge/privilege
>   * setting/changing the level to 0.
> - *
> - * Author: Subhab Biswas <subhabrata.biswas@wipro.com>
>   */
> 
>  #include <errno.h>


Regards,
Avinesh
Petr Vorel March 21, 2024, 1:27 p.m. UTC | #2
Hi Avinesh,

> Hi,

> Reviewed-by: Avinesh Kumar <akumar@suse.de>
> for both the patches.

> @pvorel,
> Can you please also fix below typos when you merge this.

Thanks! Merged and fixed.

Kind regards,
Petr
diff mbox series

Patch

diff --git a/testcases/kernel/syscalls/iopl/iopl01.c b/testcases/kernel/syscalls/iopl/iopl01.c
index 70e2a7ff1..8eadc03c9 100644
--- a/testcases/kernel/syscalls/iopl/iopl01.c
+++ b/testcases/kernel/syscalls/iopl/iopl01.c
@@ -1,17 +1,18 @@ 
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- *  Copyright (c) Linux Test Project, 2020
- *  Copyright (c) Wipro Technologies Ltd, 2002
+ * Copyright (c) Linux Test Project, 2020
+ * Copyright (c) Wipro Technologies Ltd, 2002
+ * Author: Subhab Biswas <subhabrata.biswas@wipro.com>
  */
 
-/*
+/*\
+ * [Description]
+ *
  * This is a basic test for iopl(2) system call.
  *
  * Test the system call for possible privelege levels.
  * As the privelge level for a normal process is 0, start by
  * setting/changing the level to 0.
- *
- * Author: Subhab Biswas <subhabrata.biswas@wipro.com>
  */
 
 #include <errno.h>