WARNING: line length of 98 exceeds 80 columns #60: FILE: net/bpf/test_run.c:1313: + if (xdp_metalen_invalid(meta_sz) || meta_sz > headroom - sizeof(struct xdp_frame)) ERROR: code indent should use tabs where possible #69: FILE: net/bpf/test_run.c:1322: + * size of the packet data; add the extra size to headroom here to make$ ERROR: code indent should use tabs where possible #70: FILE: net/bpf/test_run.c:1323: + * sure it's accounted in the length checks below, but not in the$ ERROR: code indent should use tabs where possible #71: FILE: net/bpf/test_run.c:1324: + * metadata size check above.$ ERROR: code indent should use tabs where possible #72: FILE: net/bpf/test_run.c:1325: + */$ ERROR: code indent should use tabs where possible #73: FILE: net/bpf/test_run.c:1326: + if (do_live)$ WARNING: please, no spaces at the start of a line #73: FILE: net/bpf/test_run.c:1326: + if (do_live)$ total: 5 errors, 2 warnings, 0 checks, 37 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit e4fd2ae53975 ("bpf, test_run: Subtract size of xdp_frame from allowed metadata size") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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.