WARNING: line length of 88 exceeds 80 columns #121: FILE: net/netfilter/nf_conncount.c:176: + if (!get_ct_or_tuple_from_skb(net, skb, l3num, &ct, &tuple, &zone, &refcounted)) WARNING: line length of 83 exceeds 80 columns #240: FILE: net/netfilter/nf_conncount.c:400: + ret = nf_conncount_add_skb(net, skb, l3num, &rbconn->list); WARNING: line length of 89 exceeds 80 columns #253: FILE: net/netfilter/nf_conncount.c:435: + if (get_ct_or_tuple_from_skb(net, skb, l3num, &ct, &tuple, &zone, &refcounted)) { WARNING: line length of 81 exceeds 80 columns #308: FILE: net/netfilter/nf_conncount.c:502: + ret = __nf_conncount_add(net, skb, l3num, &rbconn->list); WARNING: line length of 84 exceeds 80 columns #383: FILE: net/netfilter/nft_connlimit.c:30: + err = nf_conncount_add_skb(nft_net(pkt), pkt->skb, nft_pf(pkt), priv->list); WARNING: line length of 88 exceeds 80 columns #422: FILE: net/netfilter/xt_connlimit.c:65: + connections = nf_conncount_count_skb(net, skb, xt_family(par), info->data, key); WARNING: line length of 81 exceeds 80 columns #425: FILE: net/netfilter/xt_connlimit.c:67: + /* kmalloc failed or tuple couldn't be found, drop it entirely */ total: 0 errors, 7 warnings, 0 checks, 404 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 cd4ea9ec9738 ("netfilter: nf_conncount: rework API to use sk_buff directly") 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, 7 warnings, 0 checks, 404 lines checked