[LTP] [PATCH] llistxattr01: Convert docs to docparse

Wei Gao wegao@suse.com
Tue Nov 5 12:04:40 CET 2024


On Thu, Oct 31, 2024 at 04:58:09PM +0800, Ma Xinjian via ltp wrote:
> Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
> ---
>  .../kernel/syscalls/llistxattr/llistxattr01.c | 23 ++++++++-----------
>  1 file changed, 10 insertions(+), 13 deletions(-)
> 
> diff --git a/testcases/kernel/syscalls/llistxattr/llistxattr01.c b/testcases/kernel/syscalls/llistxattr/llistxattr01.c
> index f59413265..5002fe96f 100644
> --- a/testcases/kernel/syscalls/llistxattr/llistxattr01.c
> +++ b/testcases/kernel/syscalls/llistxattr/llistxattr01.c
> @@ -1,18 +1,15 @@
>  // SPDX-License-Identifier: GPL-2.0-or-later
>  /*
> -* Copyright (c) 2016 Fujitsu Ltd.
> -* Author: Xiao Yang <yangx.jy@cn.fujitsu.com>
> -*/
> -
> -/*
> -* Test Name: llistxattr01
> -*
> -* Description:
> -* The testcase checks the basic functionality of the llistxattr(2).
> -* llistxattr(2) retrieves the list of extended attribute names
> -* associated with the link itself in the filesystem.
> -*
> -*/
> + * Copyright (c) 2016 Fujitsu Ltd.
> + * Author: Xiao Yang <yangx.jy@cn.fujitsu.com>
> + */
> +
> +/*\
> + * [Description]
> + *
> + * Basic test for llistxattr(2), retrieves the list of extended attribute names
> + * associated with the link itself in the filesystem.
> + */
Reviewed-by: Wei Gao <wegao@suse.com>
>  
>  #include "config.h"
>  #include <errno.h>
> -- 
> 2.42.0
> 
> 
> -- 
> Mailing list info: https://lists.linux.it/listinfo/ltp


More information about the ltp mailing list