========== checkpatch - FAILED ERROR: trailing statements should be on next line #77: FILE: tools/lib/bpf/gen_loader.c:440: + case 1: _val = (rval); break; \ ERROR: trailing statements should be on next line #78: FILE: tools/lib/bpf/gen_loader.c:441: + case 2: _val = bswap_16(rval); break; \ ERROR: trailing statements should be on next line #79: FILE: tools/lib/bpf/gen_loader.c:442: + case 4: _val = bswap_32(rval); break; \ ERROR: trailing statements should be on next line #80: FILE: tools/lib/bpf/gen_loader.c:443: + case 8: _val = bswap_64(rval); break; \ ERROR: trailing statements should be on next line #81: FILE: tools/lib/bpf/gen_loader.c:444: + default:_val = (rval); \ WARNING: line length of 82 exceeds 80 columns #288: FILE: tools/lib/bpf/gen_loader.c:1051: + attr.core_relo_rec_size = tgt_endian((__u32)sizeof(struct bpf_core_relo)); total: 5 errors, 1 warnings, 0 checks, 314 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 5cd6a4d9688c ("libbpf: Support creating light skeleton of either endianness") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.