Skip to content

Commit 95c07d5

Browse files
Haiyue WangAlexei Starovoitov
authored andcommitted
bpf: update the comment for BTF_FIELDS_MAX
The commit d56b63c ("bpf: add support for bpf_wq user type") changes the fields support number to 11, just sync the comment. Signed-off-by: Haiyue Wang <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 82e38a5 commit 95c07d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/bpf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ struct bpf_map_ops {
184184
};
185185

186186
enum {
187-
/* Support at most 10 fields in a BTF type */
187+
/* Support at most 11 fields in a BTF type */
188188
BTF_FIELDS_MAX = 11,
189189
};
190190

0 commit comments

Comments
 (0)