forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/selftests/bpf/progs/btf_dump_test_case_bitfields.c
....@@ -53,7 +53,7 @@
5353 */
5454 /* ------ END-EXPECTED-OUTPUT ------ */
5555 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 */
5757 int a: 4;
5858 /* 8-bit implicit padding */
5959 short b; /* combined with previous bitfield */