Message ID | 20241031085809.56982-1-maxj.fnst@fujitsu.com |
---|---|
State | Accepted |
Headers | show |
Series | llistxattr01: Convert docs to docparse | expand |
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
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. + */ #include "config.h" #include <errno.h>
Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com> --- .../kernel/syscalls/llistxattr/llistxattr01.c | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-)