bpf: update the comment for BTF_FIELDS_MAX
[linux-2.6-block.git] / include / linux / bpf.h
index 64bf0cf3ee95fb830cd29cc7ff4e0cefba8e9917..978200f6d92550495a2ab7678c49ebe72e6fb439 100644 (file)
@@ -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,
 };