bpf: fix inconsistent return types of bpf_xdp_copy_buf().
authorKui-Feng Lee <thinker.li@gmail.com>
Fri, 4 Aug 2023 00:51:01 +0000 (17:51 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Fri, 4 Aug 2023 21:38:31 +0000 (14:38 -0700)
commit8a60a041eada0fbfdc7b6b7a10fdf68ae6a840ce
tree95eb31f0a5ea85e6076da979113b8bf693ea7ce4
parent9eab71bd887ae28882c29a82cb0cdb00e1654c54
bpf: fix inconsistent return types of bpf_xdp_copy_buf().

Fix inconsistent return types in two implementations of bpf_xdp_copy_buf().

There are two implementations: one is an empty implementation whose return
type does not match the actual implementation.

Suggested-by: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: Kui-Feng Lee <thinker.li@gmail.com>
Acked-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20230804005101.1534505-1-thinker.li@gmail.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
include/linux/filter.h