Skip to content

Commit

Permalink
syscalls/mseal01.c: Use the correct "'" for JSON
Browse files Browse the repository at this point in the history
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

Reviewed-by: Li Wang <[email protected]>
Signed-off-by: Xiao Yang <[email protected]>
  • Loading branch information
yangx-jy committed Aug 17, 2024
1 parent 34080ce commit 642c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/kernel/syscalls/mseal/mseal01.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 dont 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.
*
Expand Down

0 comments on commit 642c027

Please sign in to comment.