CHECK: Prefer using the BIT macro #44: FILE: include/net/netfilter/nf_tables.h:1207: +#define NFT_HOOK_REMOVE (1 << 0) WARNING: line length of 83 exceeds 80 columns #243: FILE: net/netfilter/nf_tables_api.c:10143: + nft_trans_hook_list_destroy(&nft_trans_chain_hooks(trans)); WARNING: line length of 87 exceeds 80 columns #252: FILE: net/netfilter/nf_tables_api.c:10166: + nft_trans_hook_list_destroy(&nft_trans_flowtable_hooks(trans)); WARNING: line length of 104 exceeds 80 columns #264: FILE: net/netfilter/nf_tables_api.c:10945: + &nft_trans_chain_hooks(trans)); WARNING: line length of 95 exceeds 80 columns #276: FILE: net/netfilter/nf_tables_api.c:11076: + nft_trans_flowtable(trans), WARNING: line length of 103 exceeds 80 columns #277: FILE: net/netfilter/nf_tables_api.c:11077: + &nft_trans_flowtable_hooks(trans)); WARNING: line length of 89 exceeds 80 columns #287: FILE: net/netfilter/nf_tables_api.c:11246: + nft_trans_delhook_release(&nft_trans_chain_hooks(trans)); WARNING: line length of 93 exceeds 80 columns #297: FILE: net/netfilter/nf_tables_api.c:11360: + nft_trans_delhook_release(&nft_trans_flowtable_hooks(trans)); total: 0 errors, 7 warnings, 1 checks, 240 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 e1274c07f8a8 ("netfilter: nf_tables: add hook transactions for device deletions") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 1 checks, 240 lines checked