diff options
author | 2022-01-09 17:48:58 +0100 | |
---|---|---|
committer | 2022-01-18 13:03:55 +0100 | |
commit | d38bb0853589c939573ea50e9cb64f733e0e273d (patch) | |
tree | d3681c0eb330325779e30c44b47e34ed87cce1da /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | random: cleanup poolinfo abstraction (diff) | |
download | linux-dev-d38bb0853589c939573ea50e9cb64f733e0e273d.tar.xz linux-dev-d38bb0853589c939573ea50e9cb64f733e0e273d.zip |
random: cleanup integer types
Rather than using the userspace type, __uXX, switch to using uXX. And
rather than using variously chosen `char *` or `unsigned char *`, use
`u8 *` uniformly for things that aren't strings, in the case where we
are doing byte-by-byte traversal.
Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions