WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #68: new file mode 100644 CHECK: Alignment should match open parenthesis #296: FILE: tools/testing/selftests/drivers/net/hw/xsk_receive.c:175: + ret = bpf_xdp_attach(ifindex, + bpf_program__fd(bpf->progs.redirect_xsk_prog), CHECK: Unnecessary parentheses around 'ret != sizeof(pass_msg)' #448: FILE: tools/testing/selftests/drivers/net/hw/xsk_receive.c:327: + if ((ret != sizeof(pass_msg)) || strcmp(buffer, pass_msg)) WARNING: quoted string split across lines #456: FILE: tools/testing/selftests/drivers/net/hw/xsk_receive.c:335: + fprintf(stderr, "Usage: %s (-c|-s) -r -l" + " -i [-d] [-z]\n", prog); total: 0 errors, 2 warnings, 2 checks, 548 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 af5455e82cdf ("selftests: net: add XDP socket tests for virtio-net") 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. total: 0 errors, 2 warnings, 2 checks, 548 lines checked