WARNING: line length of 84 exceeds 80 columns #106: FILE: net/netfilter/nf_tables_api.c:7169: + if (nft_set_ext_exists(ext2, NFT_SET_EXT_TIMEOUT)) { WARNING: line length of 92 exceeds 80 columns #108: FILE: net/netfilter/nf_tables_api.c:7171: + if (timeout != nft_set_ext_timeout(ext2)->timeout) { WARNING: line length of 88 exceeds 80 columns #109: FILE: net/netfilter/nf_tables_api.c:7172: + nft_trans_elem_timeout(trans) = timeout; WARNING: Too many leading tabs - consider code refactoring #110: FILE: net/netfilter/nf_tables_api.c:7173: + if (expiration == 0) WARNING: line length of 86 exceeds 80 columns #113: FILE: net/netfilter/nf_tables_api.c:7176: + update_flags |= NFT_TRANS_UPD_TIMEOUT; WARNING: line length of 94 exceeds 80 columns #116: FILE: net/netfilter/nf_tables_api.c:7179: + nft_trans_elem_expiration(trans) = expiration; WARNING: line length of 89 exceeds 80 columns #117: FILE: net/netfilter/nf_tables_api.c:7180: + update_flags |= NFT_TRANS_UPD_EXPIRATION; WARNING: line length of 87 exceeds 80 columns #121: FILE: net/netfilter/nf_tables_api.c:7184: + nft_trans_elem_priv(trans) = elem_priv; WARNING: line length of 98 exceeds 80 columns #122: FILE: net/netfilter/nf_tables_api.c:7185: + nft_trans_elem_update_flags(trans) = update_flags; WARNING: line length of 96 exceeds 80 columns #123: FILE: net/netfilter/nf_tables_api.c:7186: + nft_trans_commit_list_add_tail(ctx->net, trans); WARNING: line length of 81 exceeds 80 columns #138: FILE: net/netfilter/nf_tables_api.c:10517: + nft_set_elem_ext(te->set, te->elem_priv); WARNING: line length of 85 exceeds 80 columns #141: FILE: net/netfilter/nf_tables_api.c:10520: + WRITE_ONCE(nft_set_ext_timeout(ext)->timeout, WARNING: line length of 82 exceeds 80 columns #144: FILE: net/netfilter/nf_tables_api.c:10523: + if (te->update_flags & NFT_TRANS_UPD_EXPIRATION) { WARNING: line length of 88 exceeds 80 columns #145: FILE: net/netfilter/nf_tables_api.c:10524: + WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, WARNING: line length of 86 exceeds 80 columns #146: FILE: net/netfilter/nf_tables_api.c:10525: + get_jiffies_64() + te->expiration); WARNING: line length of 82 exceeds 80 columns #149: FILE: net/netfilter/nf_tables_api.c:10528: + nft_setelem_activate(net, te->set, te->elem_priv); total: 0 errors, 16 warnings, 0 checks, 124 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 28b6eebf303d ("netfilter: nf_tables: set element timeout update support") 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, 16 warnings, 0 checks, 124 lines checked