aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-07-21 11:56:30 +0000
committerAndrii Nakryiko <[email protected]>2021-07-22 23:34:35 +0000
commit724f17b7d45d62c71e92471666647a823cb9baa9 (patch)
tree466343ca9f5f44df094cc274420f25bb7a179711 /tools/lib/bpf/libbpf.c
parentbpf: Fix pointer cast warning (diff)
downloadkernel-724f17b7d45d62c71e92471666647a823cb9baa9.tar.gz
kernel-724f17b7d45d62c71e92471666647a823cb9baa9.zip
bpf: Remove redundant intiialization of variable stype
The variable stype is being initialized with a value that is never read, it is being updated later on. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/lib/bpf/libbpf.c')
0 files changed, 0 insertions, 0 deletions