On 26-09-2023 11:02, Zachary Leaf wrote:
- case BPF_LINK_GET_NEXT_ID:
/* u32 prog_id, map_id, btf_id + link_id are in a union with
* u32 start_id */
nit: checkpatch complains about multi-line comment should have the trailing */ on a separate line. You have one more in PATCH 8. With so many structs and unions, no wonder these 2 comments slipped 😅.