WARNING: line length of 92 exceeds 80 columns #122: FILE: net/netfilter/nf_tables_api.c:6588: +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 #166: FILE: net/netfilter/nf_tables_api.c:6789: + WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + elem->expiration); CHECK: Alignment should match open parenthesis #196: FILE: net/netfilter/nf_tables_api.c:6894: +static void nft_trans_elems_remove(const struct nft_ctx *ctx, + const struct nft_trans_elem *te) WARNING: line length of 92 exceeds 80 columns #222: FILE: net/netfilter/nf_tables_api.c:7264: + update = &nft_trans_container_elem(trans)->elems[0]; WARNING: line length of 84 exceeds 80 columns #243: FILE: net/netfilter/nf_tables_api.c:7281: + update->update_flags = update_flags; WARNING: line length of 84 exceeds 80 columns #260: FILE: net/netfilter/nf_tables_api.c:7443: +/* similar to nft_trans_elems_remove, but called from abort path to undo newsetelem. WARNING: line length of 83 exceeds 80 columns #263: FILE: net/netfilter/nf_tables_api.c:7446: + * Returns true if set had been added to (i.e., elements need to be removed again). WARNING: line length of 96 exceeds 80 columns #275: FILE: net/netfilter/nf_tables_api.c:7458: + if (!te->set->ops->abort || nft_setelem_is_catchall(te->set, te->elems[i].priv)) WARNING: line length of 81 exceeds 80 columns #276: FILE: net/netfilter/nf_tables_api.c:7459: + nft_setelem_remove(ctx->net, te->set, te->elems[i].priv); WARNING: line length of 85 exceeds 80 columns #294: FILE: net/netfilter/nf_tables_api.c:7477: + if (!nft_setelem_active_next(ctx->net, te->set, te->elems[i].priv)) { WARNING: line length of 88 exceeds 80 columns #295: FILE: net/netfilter/nf_tables_api.c:7478: + nft_setelem_data_activate(ctx->net, te->set, te->elems[i].priv); WARNING: line length of 83 exceeds 80 columns #296: FILE: net/netfilter/nf_tables_api.c:7479: + nft_setelem_activate(ctx->net, te->set, te->elems[i].priv); WARNING: line length of 83 exceeds 80 columns #321: FILE: net/netfilter/nf_tables_api.c:7593: + struct_size_t(struct nft_trans_elem, elems, 1), WARNING: line length of 82 exceeds 80 columns #406: FILE: net/netfilter/nf_tables_api.c:10787: + nft_trans_set_elem_destroy(&ctx, nft_trans_container_elem(trans)); total: 0 errors, 13 warnings, 1 checks, 391 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 90314358c3c8 ("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, 1 checks, 391 lines checked