WARNING: line length of 83 exceeds 80 columns #76: FILE: net/quic/common.c:31: + struct quic_shash_table shash; /* Source connection ID hashtable */ WARNING: line length of 86 exceeds 80 columns #91: FILE: net/quic/common.c:46: + u32 ports = ((__force u32)s->v4.sin_port) << 16 | (__force u32)d->v4.sin_port; WARNING: line length of 84 exceeds 80 columns #92: FILE: net/quic/common.c:47: + u32 saddr = (s->sa.sa_family == AF_INET6) ? jhash(&s->v6.sin6_addr, 16, 0) : WARNING: line length of 87 exceeds 80 columns #93: FILE: net/quic/common.c:48: + (__force u32)s->v4.sin_addr.s_addr; WARNING: line length of 84 exceeds 80 columns #94: FILE: net/quic/common.c:49: + u32 daddr = (d->sa.sa_family == AF_INET6) ? jhash(&d->v6.sin6_addr, 16, 0) : WARNING: line length of 87 exceeds 80 columns #95: FILE: net/quic/common.c:50: + (__force u32)d->v4.sin_addr.s_addr; WARNING: line length of 98 exceeds 80 columns #97: FILE: net/quic/common.c:52: + return jhash_3words(saddr, ports, net_hash_mix(net), daddr) & (quic_sock_hash_size() - 1); WARNING: line length of 84 exceeds 80 columns #121: FILE: net/quic/common.c:76: +struct quic_shash_head *quic_source_conn_id_head(struct net *net, u8 *scid, u32 len) WARNING: line length of 99 exceeds 80 columns #125: FILE: net/quic/common.c:80: + return &ht->hash[jhash_2words(jhash(scid, len, 0), net_hash_mix(net), 0) & (ht->size - 1)]; WARNING: line length of 97 exceeds 80 columns #132: FILE: net/quic/common.c:87: + return &ht->hash[jhash_2words((__force u32)port, net_hash_mix(net), 0) & (ht->size - 1)]; WARNING: line length of 83 exceeds 80 columns #137: FILE: net/quic/common.c:92: + u32 addr = (a->sa.sa_family == AF_INET6) ? jhash(&a->v6.sin6_addr, 16, 0) : WARNING: line length of 86 exceeds 80 columns #138: FILE: net/quic/common.c:93: + (__force u32)a->v4.sin_addr.s_addr; WARNING: line length of 86 exceeds 80 columns #140: FILE: net/quic/common.c:95: + return jhash_3words(addr, (__force u32)a->v4.sin_port, net_hash_mix(net), 0); WARNING: line length of 84 exceeds 80 columns #225: FILE: net/quic/common.c:180: +/* Returns the number of bytes required to encode a QUIC variable-length integer. */ WARNING: line length of 90 exceeds 80 columns #414: FILE: net/quic/common.c:369: +/* Writes a transport parameter as two varints: ID and value length, followed by value. */ WARNING: line length of 87 exceeds 80 columns #661: FILE: net/quic/common.h:33: +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 #672: FILE: net/quic/common.h:44: + s64 seqno; /* Dest connection ID number on RX */ WARNING: line length of 88 exceeds 80 columns #674: FILE: net/quic/common.h:46: + s64 number_max; /* Largest packet number seen before parsing this one */ WARNING: line length of 89 exceeds 80 columns #683: FILE: net/quic/common.h:55: + u8 level; /* Encryption level: Initial, Handshake, App, or Early */ WARNING: line length of 87 exceeds 80 columns #688: FILE: net/quic/common.h:60: + u8 resume:1; /* Crypto already processed (encrypted or decrypted) */ WARNING: line length of 81 exceeds 80 columns #689: FILE: net/quic/common.h:61: + u8 path:1; /* Packet arrived from a new or migrating path */ WARNING: line length of 81 exceeds 80 columns #780: FILE: net/quic/common.h:152: +static inline struct quic_data *quic_data(struct quic_data *d, u8 *data, u32 len) WARNING: line length of 85 exceeds 80 columns #807: FILE: net/quic/common.h:179: +struct quic_shash_head *quic_source_conn_id_head(struct net *net, u8 *scid, u32 len); total: 0 errors, 23 warnings, 0 checks, 861 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 2ce3c34754f4 ("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 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, 23 warnings, 0 checks, 861 lines checked