Commit 95c07d58 authored by Haiyue Wang's avatar Haiyue Wang Committed by Alexei Starovoitov
Browse files

bpf: update the comment for BTF_FIELDS_MAX



The commit d56b63cf ("bpf: add support for bpf_wq user type")
changes the fields support number to 11, just sync the comment.

Signed-off-by: default avatarHaiyue Wang <haiyue.wang@intel.com>
Acked-by: default avatarYonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20240424054526.8031-1-haiyue.wang@intel.com


Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 82e38a50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ struct bpf_map_ops {
};

enum {
	/* Support at most 10 fields in a BTF type */
	/* Support at most 11 fields in a BTF type */
	BTF_FIELDS_MAX	   = 11,
};