kernel/tools/testing/selftests/bpf/progs/btf_dump_test_case_bitfields.c
.. .. @@ -53,7 +53,7 @@ 53 53 */ 54 54 /* ------ END-EXPECTED-OUTPUT ------ */ 55 55 struct bitfield_mixed_with_others { 56 - long: 4; /* char is enough as a backing field */56 + char: 4; /* char is enough as a backing field */57 57 int a: 4; 58 58 /* 8-bit implicit padding */ 59 59 short b; /* combined with previous bitfield */