[LTP] [PATCH 2/2] syscalls/mseal01.c: Use the correct "'" for JSON
Li Wang
liwang@redhat.com
Fri Aug 16 09:01:53 CEST 2024
On Fri, Aug 16, 2024 at 12:54 PM Xiao Yang <ice_yangxiao@163.com> wrote:
> Fix the following warnings from metadata/metaparse:
> data_storage.h:325: WARNING: invalid character for JSON: ffffffe2
> data_storage.h:325: WARNING: invalid character for JSON: ffffff80
> data_storage.h:325: WARNING: invalid character for JSON: ffffff99
>
> Signed-off-by: Xiao Yang <ice_yangxiao@163.com>
>
Reviewed-by: Li Wang <liwang@redhat.com>
---
> testcases/kernel/syscalls/mseal/mseal01.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/testcases/kernel/syscalls/mseal/mseal01.c
> b/testcases/kernel/syscalls/mseal/mseal01.c
> index 62cfdd6a6..00454a766 100644
> --- a/testcases/kernel/syscalls/mseal/mseal01.c
> +++ b/testcases/kernel/syscalls/mseal/mseal01.c
> @@ -16,7 +16,7 @@
> * - modifying a VMA via mmap(MAP_FIXED)
> * - mprotect() and pkey_mprotect()
> * - destructive madvice() behaviors (e.g. MADV_DONTNEED) for anonymous
> memory,
> - * when users don’t have write permission to the memory
> + * when users don't have write permission to the memory
> *
> * Any of the described actions is recognized via EPERM errno.
> *
> --
> 2.45.2
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
>
--
Regards,
Li Wang
More information about the ltp
mailing list