WARNING: line length of 82 exceeds 80 columns #45: FILE: include/net/netfilter/nf_tables.h:1634: + * struct nft_trans_binding - nf_tables object with binding support in transaction WARNING: line length of 86 exceeds 80 columns #156: FILE: net/netfilter/nf_tables_api.c:402: + list_add_tail(&binding->binding_list, &nft_net->binding_list); WARNING: line length of 86 exceeds 80 columns #162: FILE: net/netfilter/nf_tables_api.c:407: + list_add_tail(&binding->binding_list, &nft_net->binding_list); WARNING: line length of 82 exceeds 80 columns #249: FILE: net/netfilter/nf_tables_api.c:10202: + list_for_each_entry(trans_binding, &nft_net->binding_list, binding_list) { WARNING: line length of 89 exceeds 80 columns #269: FILE: net/netfilter/nf_tables_api.c:11635: + BUILD_BUG_ON(offsetof(struct nft_trans_chain, nft_trans_binding.nft_trans) != 0); WARNING: line length of 87 exceeds 80 columns #272: FILE: net/netfilter/nf_tables_api.c:11637: + BUILD_BUG_ON(offsetof(struct nft_trans_set, nft_trans_binding.nft_trans) != 0); total: 0 errors, 6 warnings, 0 checks, 229 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 468ac1d5236f ("netfilter: nf_tables: move bind list_head into relevant subtypes") 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, 6 warnings, 0 checks, 229 lines checked