aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf/memalloc.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2023-12-19 15:23:07 +0000
committerDaniel Borkmann <[email protected]>2023-12-20 15:28:59 +0100
commit32f24938a1fce95fce314c1fa9a72af74588ea6c (patch)
treef9927d4134246e6cdbe7d57f6e9e6e46ef6f034d /kernel/bpf/memalloc.c
parent441c725ed592cb22f2a82f2827dccd045356cc81 (diff)
samples/bpf: Use %lu format specifier for unsigned long values
Currently %ld format specifiers are being used for unsigned long values. Fix this by using %lu instead. Cleans up cppcheck warnings: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'kernel/bpf/memalloc.c')
0 files changed, 0 insertions, 0 deletions