WARNING: line length of 104 exceeds 80 columns #79: FILE: net/netfilter/nf_tables_api.c:6907: + WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + update->expiration); WARNING: line length of 86 exceeds 80 columns #136: FILE: net/netfilter/nf_tables_api.c:7388: + update.flags |= NFT_TRANS_UPD_TIMEOUT; WARNING: line length of 89 exceeds 80 columns #142: FILE: net/netfilter/nf_tables_api.c:7392: + update.flags |= NFT_TRANS_UPD_EXPIRATION; WARNING: line length of 96 exceeds 80 columns #151: FILE: net/netfilter/nf_tables_api.c:7398: + ue = &nft_trans_container_elem(trans)->elems[0]; WARNING: line length of 106 exceeds 80 columns #153: FILE: net/netfilter/nf_tables_api.c:7400: + ue->update = kmemdup(&update, sizeof(update), GFP_KERNEL); WARNING: Too many leading tabs - consider code refactoring #154: FILE: net/netfilter/nf_tables_api.c:7401: + if (!ue->update) { WARNING: kfree(NULL) is safe and this check is probably not required #176: FILE: net/netfilter/nf_tables_api.c:7581: + if (te->elems[i].update) { + kfree(te->elems[i].update); total: 0 errors, 7 warnings, 0 checks, 141 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 40870e8304ed ("netfilter: nf_tables: allocate element update information dynamically") 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, 7 warnings, 0 checks, 141 lines checked