WARNING: Prefer strscpy over strcpy - see: https://github.com/KSPP/linux/issues/88 #44: FILE: tools/testing/selftests/net/psock_fanout.c:73: + strcpy(ifreq.ifr_name, "lo"); WARNING: line length of 90 exceeds 80 columns #75: FILE: tools/testing/selftests/net/psock_fanout.c:300: + fprintf(stderr, "test: control multiple sockets with link down toggle\n"); total: 0 errors, 2 warnings, 0 checks, 81 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 6e7e4ade1bed ("selftests: net/psock_fanout: socket joins fanout when link is down") 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, 0 checks, 81 lines checked