File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ struct btf_type {
3333 /* "info" bits arrangement
3434 * bits 0-15: vlen (e.g. # of struct's members)
3535 * bits 16-23: unused
36- * bits 24-27 : kind (e.g. int, ptr, array...etc)
37- * bits 28 -30: unused
36+ * bits 24-28 : kind (e.g. int, ptr, array...etc)
37+ * bits 29 -30: unused
3838 * bit 31: kind_flag, currently used by
3939 * struct, union and fwd
4040 */
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ struct btf_type {
3333 /* "info" bits arrangement
3434 * bits 0-15: vlen (e.g. # of struct's members)
3535 * bits 16-23: unused
36- * bits 24-27 : kind (e.g. int, ptr, array...etc)
37- * bits 28 -30: unused
36+ * bits 24-28 : kind (e.g. int, ptr, array...etc)
37+ * bits 29 -30: unused
3838 * bit 31: kind_flag, currently used by
3939 * struct, union and fwd
4040 */
You can’t perform that action at this time.
0 commit comments