WARNING: line length of 92 exceeds 80 columns #142: FILE: net/netfilter/nf_tables_api.c:6614: +static void nft_trans_set_elem_destroy(const struct nft_ctx *ctx, struct nft_trans_elem *te) WARNING: line length of 102 exceeds 80 columns #186: FILE: net/netfilter/nf_tables_api.c:6815: + WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + elem->expiration); WARNING: line length of 92 exceeds 80 columns #241: FILE: net/netfilter/nf_tables_api.c:7289: + update = &nft_trans_container_elem(trans)->elems[0]; WARNING: line length of 84 exceeds 80 columns #262: FILE: net/netfilter/nf_tables_api.c:7306: + update->update_flags = update_flags; WARNING: line length of 84 exceeds 80 columns #279: FILE: net/netfilter/nf_tables_api.c:7468: +/* similar to nft_trans_elems_remove, but called from abort path to undo newsetelem. WARNING: line length of 83 exceeds 80 columns #282: FILE: net/netfilter/nf_tables_api.c:7471: + * Returns true if set had been added to (i.e., elements need to be removed again). WARNING: line length of 96 exceeds 80 columns #294: FILE: net/netfilter/nf_tables_api.c:7483: + if (!te->set->ops->abort || nft_setelem_is_catchall(te->set, te->elems[i].priv)) WARNING: line length of 81 exceeds 80 columns #295: FILE: net/netfilter/nf_tables_api.c:7484: + nft_setelem_remove(ctx->net, te->set, te->elems[i].priv); WARNING: line length of 85 exceeds 80 columns #313: FILE: net/netfilter/nf_tables_api.c:7502: + if (!nft_setelem_active_next(ctx->net, te->set, te->elems[i].priv)) { WARNING: line length of 88 exceeds 80 columns #314: FILE: net/netfilter/nf_tables_api.c:7503: + nft_setelem_data_activate(ctx->net, te->set, te->elems[i].priv); WARNING: line length of 83 exceeds 80 columns #315: FILE: net/netfilter/nf_tables_api.c:7504: + nft_setelem_activate(ctx->net, te->set, te->elems[i].priv); WARNING: line length of 83 exceeds 80 columns #340: FILE: net/netfilter/nf_tables_api.c:7618: + struct_size_t(struct nft_trans_elem, elems, 1), WARNING: line length of 82 exceeds 80 columns #425: FILE: net/netfilter/nf_tables_api.c:10815: + nft_trans_set_elem_destroy(&ctx, nft_trans_container_elem(trans)); total: 0 errors, 13 warnings, 0 checks, 409 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 b83f02d03d91 ("netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structure") 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, 13 warnings, 0 checks, 409 lines checked