mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
The patches with fixes tags added a cast-to-void in the places when the return value of a function was ignored. This is not common practice in the kernel, and is therefore removed in this patch. Reported-by: Daniel Borkmann <daniel@iogearbox.net> Fixes:5750902a6e("libbpf: proper XSKMAP cleanup") Fixes:0e6741f092("libbpf: fix invalid munmap call") Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>