CHECK: Alignment should match open parenthesis #127: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:78: + if (variant->socket_type == SOCK_STREAM || + variant->socket_type == SOCK_SEQPACKET) { WARNING: line length of 84 exceeds 80 columns #134: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:85: + err = connect(self->client, (struct sockaddr *)&addr, sizeof(addr)); WARNING: line length of 84 exceeds 80 columns #144: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:95: + err = connect(self->client, (struct sockaddr *)&addr, sizeof(addr)); CHECK: Alignment should match open parenthesis #152: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:103: + if (variant->socket_type == SOCK_STREAM || + variant->socket_type == SOCK_SEQPACKET) CHECK: Alignment should match open parenthesis #168: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:119: + if (variant->socket_type == SOCK_STREAM || + variant->socket_type == SOCK_SEQPACKET) WARNING: line length of 87 exceeds 80 columns #174: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:125: + TH_LOG("%s: recv=%zd errno=%d (%s)", variant->name, n, errno, strerror(errno)); CHECK: Alignment should match open parenthesis #176: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:127: + if (variant->socket_type == SOCK_STREAM || + variant->socket_type == SOCK_SEQPACKET) { WARNING: line length of 87 exceeds 80 columns #195: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:146: + TH_LOG("%s: recv=%zd errno=%d (%s)", variant->name, n, errno, strerror(errno)); CHECK: Alignment should match open parenthesis #197: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:148: + if (variant->socket_type == SOCK_STREAM || + variant->socket_type == SOCK_SEQPACKET) { WARNING: line length of 87 exceeds 80 columns #216: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:167: + TH_LOG("%s: recv=%zd errno=%d (%s)", variant->name, n, errno, strerror(errno)); CHECK: Alignment should match open parenthesis #218: FILE: tools/testing/selftests/net/af_unix/unix_connreset.c:169: + if (variant->socket_type == SOCK_STREAM || + variant->socket_type == SOCK_SEQPACKET) { total: 0 errors, 5 warnings, 6 checks, 186 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 763f46cc09c1 ("selftests: af_unix: Add tests for ECONNRESET and EOF semantics") 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. total: 0 errors, 5 warnings, 6 checks, 186 lines checked