WARNING: line length of 81 exceeds 80 columns #42: FILE: net/compat.c:463: + ret = __sys_getsockname(a0, compat_ptr(a1), compat_ptr(a[2]), 0); WARNING: line length of 81 exceeds 80 columns #46: FILE: net/compat.c:466: + ret = __sys_getsockname(a0, compat_ptr(a1), compat_ptr(a[2]), 1); WARNING: line length of 85 exceeds 80 columns #83: FILE: net/socket.c:2155: + err = READ_ONCE(sock->ops)->getname(sock, (struct sockaddr *)&address, peer); total: 0 errors, 3 warnings, 0 checks, 114 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 02cbbe21c3ac ("socket: Unify getsockname and getpeername implementation") 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, 3 warnings, 0 checks, 114 lines checked