WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #36: new file mode 100644 WARNING: line length of 92 exceeds 80 columns #56: FILE: include/linux/quic.h:16: +int quic_kernel_setsockopt(struct sock *sk, int optname, void *optval, unsigned int optlen); WARNING: line length of 93 exceeds 80 columns #57: FILE: include/linux/quic.h:17: +int quic_kernel_getsockopt(struct sock *sk, int optname, void *optval, unsigned int *optlen); WARNING: line length of 91 exceeds 80 columns #325: FILE: net/quic/socket.c:142: +int quic_kernel_setsockopt(struct sock *sk, int optname, void *optval, unsigned int optlen) WARNING: line length of 81 exceeds 80 columns #343: FILE: net/quic/socket.c:167: + * @optlen: pointer to the size of the buffer; updated to actual length on return WARNING: line length of 92 exceeds 80 columns #351: FILE: net/quic/socket.c:175: +int quic_kernel_getsockopt(struct sock *sk, int optname, void *optval, unsigned int *optlen) WARNING: line length of 95 exceeds 80 columns #353: FILE: net/quic/socket.c:177: + return quic_do_getsockopt(sk, optname, KERNEL_SOCKPTR(optval), KERNEL_SOCKPTR(optlen)); total: 0 errors, 7 warnings, 0 checks, 332 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 a6bca4c78cbb ("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 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, 7 warnings, 0 checks, 332 lines checked