mbox series

[bpf-next,0/2] bpf: two trivial cleanup patches

Message ID 20230117060249.912679-1-xiyou.wangcong@gmail.com (mailing list archive)
Headers show
Series bpf: two trivial cleanup patches | expand

Message

Cong Wang Jan. 17, 2023, 6:02 a.m. UTC
From: Cong Wang <cong.wang@bytedance.com>

This patchset contains two trivial cleanup patches, please check each
patch for more details.

---
Cong Wang (2):
  bpf: remove a redundant parameter of bpf_map_free_id()
  bpf: remove a redundant parameter of bpf_prog_free_id()

 include/linux/bpf.h  |  4 ++--
 kernel/bpf/offload.c |  4 ++--
 kernel/bpf/syscall.c | 46 ++++++++++----------------------------------
 3 files changed, 14 insertions(+), 40 deletions(-)