WARNING: line length of 87 exceeds 80 columns #175: FILE: net/netfilter/nf_tables_api.c:10897: + nft_hook_list_splice_rcu(&nft_trans_chain_hooks(trans), WARNING: line length of 96 exceeds 80 columns #176: FILE: net/netfilter/nf_tables_api.c:10898: + &nft_trans_basechain(trans)->hook_list); CHECK: Alignment should match open parenthesis #176: FILE: net/netfilter/nf_tables_api.c:10898: + nft_hook_list_splice_rcu(&nft_trans_chain_hooks(trans), + &nft_trans_basechain(trans)->hook_list); WARNING: line length of 87 exceeds 80 columns #186: FILE: net/netfilter/nf_tables_api.c:11216: + nft_hook_list_splice_rcu(&nft_trans_chain_hooks(trans), WARNING: line length of 96 exceeds 80 columns #187: FILE: net/netfilter/nf_tables_api.c:11217: + &nft_trans_basechain(trans)->hook_list); CHECK: Alignment should match open parenthesis #187: FILE: net/netfilter/nf_tables_api.c:11217: + nft_hook_list_splice_rcu(&nft_trans_chain_hooks(trans), + &nft_trans_basechain(trans)->hook_list); total: 0 errors, 4 warnings, 2 checks, 119 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 6e9dfa8c3de6 ("netfilter: nf_tables: use RCU-safe list primitives for basechain hook list") 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, 4 warnings, 2 checks, 119 lines checked