WARNING: line length of 88 exceeds 80 columns #81: FILE: net/netfilter/nf_tables_api.c:412: + list_add_tail(&trans_set->list_trans_newset, &nft_net->commit_set_list); WARNING: line length of 90 exceeds 80 columns #104: FILE: net/netfilter/nf_tables_api.c:4497: + list_for_each_entry_reverse(trans, &nft_net->commit_set_list, list_trans_newset) { WARNING: line length of 85 exceeds 80 columns #123: FILE: net/netfilter/nf_tables_api.c:10455: + list_del(&nft_trans_container_set(trans)->list_trans_newset); WARNING: line length of 85 exceeds 80 columns #131: FILE: net/netfilter/nf_tables_api.c:10764: + list_del(&nft_trans_container_set(trans)->list_trans_newset); total: 0 errors, 4 warnings, 0 checks, 102 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 3a4873335eb0 ("netfilter: nf_tables: store new sets in dedicated list") 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, 4 warnings, 0 checks, 102 lines checked