WARNING: line length of 81 exceeds 80 columns #139: FILE: net/netfilter/nfnetlink_queue.c:151: + err = rhashtable_init(&inst->nfqnl_packet_map, &nfqnl_rhashtable_params); WARNING: line length of 81 exceeds 80 columns #196: FILE: net/netfilter/nfnetlink_queue.c:222: + err = rhashtable_insert_fast(&queue->nfqnl_packet_map, &entry->hash_node, WARNING: suspect code indent for conditional statements (8, 15) #262: FILE: net/netfilter/nfnetlink_queue.c:1855: + if (status < 0) + goto cleanup_rtnl_notifier; WARNING: Statements should start on a tabstop #263: FILE: net/netfilter/nfnetlink_queue.c:1856: + goto cleanup_rtnl_notifier; total: 0 errors, 4 warnings, 0 checks, 255 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 2d70ccaf1be2 ("netfilter: nfnetlink_queue: make hash table per queue") 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, 0 checks, 255 lines checked