WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #41: new file mode 100644 WARNING: line length of 94 exceeds 80 columns #78: FILE: net/quic/common.c:33: +struct quic_hash_head *quic_sock_head(struct net *net, union quic_addr *s, union quic_addr *d) WARNING: line length of 82 exceeds 80 columns #106: FILE: net/quic/common.c:61: +struct quic_hash_head *quic_stream_head(struct quic_hash_table *ht, s64 stream_id) WARNING: line length of 84 exceeds 80 columns #158: FILE: net/quic/common.c:113: +/* Returns the number of bytes required to encode a QUIC variable-length integer. */ WARNING: line length of 90 exceeds 80 columns #347: FILE: net/quic/common.c:302: +/* Writes a transport parameter as two varints: ID and value length, followed by value. */ WARNING: line length of 87 exceeds 80 columns #565: FILE: net/quic/common.h:32: +static inline void quic_conn_id_update(struct quic_conn_id *conn_id, u8 *data, u32 len) WARNING: line length of 85 exceeds 80 columns #576: FILE: net/quic/common.h:43: + s64 seqno; /* Dest connection ID number on RX */ WARNING: line length of 88 exceeds 80 columns #578: FILE: net/quic/common.h:45: + s64 number_max; /* Largest packet number seen before parsing this one */ WARNING: line length of 89 exceeds 80 columns #587: FILE: net/quic/common.h:54: + u8 level; /* Encryption level: Initial, Handshake, App, or Early */ WARNING: line length of 87 exceeds 80 columns #591: FILE: net/quic/common.h:58: + u8 resume:1; /* Crypto already processed (encrypted or decrypted) */ WARNING: line length of 81 exceeds 80 columns #592: FILE: net/quic/common.h:59: + u8 path:1; /* Packet arrived from a new or migrating path */ WARNING: line length of 81 exceeds 80 columns #681: FILE: net/quic/common.h:148: + u32 addr = (a->sa.sa_family == AF_INET6) ? jhash(&a->v6.sin6_addr, 16, 0) WARNING: line length of 86 exceeds 80 columns #682: FILE: net/quic/common.h:149: + : (__force u32)a->v4.sin_addr.s_addr; WARNING: line length of 86 exceeds 80 columns #684: FILE: net/quic/common.h:151: + return jhash_3words(addr, (__force u32)a->v4.sin_port, net_hash_mix(net), 0); WARNING: line length of 86 exceeds 80 columns #690: FILE: net/quic/common.h:157: + u32 ports = ((__force u32)s->v4.sin_port) << 16 | (__force u32)d->v4.sin_port; WARNING: line length of 82 exceeds 80 columns #691: FILE: net/quic/common.h:158: + u32 saddr = (s->sa.sa_family == AF_INET6) ? jhash(&s->v6.sin6_addr, 16, 0) WARNING: line length of 87 exceeds 80 columns #692: FILE: net/quic/common.h:159: + : (__force u32)s->v4.sin_addr.s_addr; WARNING: line length of 82 exceeds 80 columns #693: FILE: net/quic/common.h:160: + u32 daddr = (d->sa.sa_family == AF_INET6) ? jhash(&d->v6.sin6_addr, 16, 0) WARNING: line length of 87 exceeds 80 columns #694: FILE: net/quic/common.h:161: + : (__force u32)d->v4.sin_addr.s_addr; WARNING: line length of 81 exceeds 80 columns #704: FILE: net/quic/common.h:171: +static inline struct quic_data *quic_data(struct quic_data *d, u8 *data, u32 len) WARNING: line length of 95 exceeds 80 columns #723: FILE: net/quic/common.h:190: +struct quic_hash_head *quic_sock_head(struct net *net, union quic_addr *s, union quic_addr *d); WARNING: line length of 83 exceeds 80 columns #725: FILE: net/quic/common.h:192: +struct quic_hash_head *quic_stream_head(struct quic_hash_table *ht, s64 stream_id); total: 0 errors, 22 warnings, 0 checks, 779 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 e61c54be83b7 ("quic: provide common utilities and data structures") 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, 22 warnings, 0 checks, 779 lines checked