diff options
author | Mark Brown <[email protected]> | 2022-05-10 17:45:19 +0100 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2022-05-15 11:07:54 +0100 |
commit | 541235dee01140c4ae9e71e8dfbdb4c2f9eac9d5 (patch) | |
tree | cb9d6f8779bbe54dac4cd5dc675ece1af3829982 /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | 72d6771cb1734a2f32308c34c61043595e4bcb41 (diff) |
selftests/arm64: Remove casts to/from void in check_tags_inclusion
Void pointers may be freely used with other pointer types in C, any casts
between void * and other pointer types serve no purpose other than to
mask potential warnings. Drop such casts from check_tags_inclusion to
help with future review of the code.
Signed-off-by: Mark Brown <[email protected]>
Reviewed-by: Shuah Khan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions