WARNING: line length of 92 exceeds 80 columns #74: FILE: include/linux/quic.h:17: +int quic_do_setsockopt(struct sock *sk, int optname, sockptr_t optval, unsigned int optlen); WARNING: line length of 89 exceeds 80 columns #75: FILE: include/linux/quic.h:18: +int quic_do_getsockopt(struct sock *sk, int optname, sockptr_t optval, sockptr_t optlen); WARNING: line length of 91 exceeds 80 columns #348: FILE: net/quic/socket.c:120: +int quic_do_setsockopt(struct sock *sk, int optname, sockptr_t optval, unsigned int optlen) WARNING: line length of 82 exceeds 80 columns #366: FILE: net/quic/socket.c:140: + * @optlen: in/out parameter for buffer size; updated with actual length on return WARNING: line length of 88 exceeds 80 columns #374: FILE: net/quic/socket.c:148: +int quic_do_getsockopt(struct sock *sk, int optname, sockptr_t optval, sockptr_t optlen) total: 0 errors, 5 warnings, 0 checks, 334 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 7844c8dd9968 ("quic: provide quic.h header files for kernel and userspace") 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, 0 checks, 334 lines checked