Hi Giuseppe,
I runned checkscript.pl with my patch, but i don't get any style issues. This is the output: ./scripts/checkpatch.pl --file /home/giuseppe/nft_chain_zero_counters.patch /home/giuseppe/nft_chain_zero_counters.patch:83: ERROR: trailing whitespace /home/giuseppe/nft_chain_zero_counters.patch:92: ERROR: trailing whitespace total: 2 errors, 0 warnings, 141 lines checked
It's due to --file option you used. I get that: WARNING: line over 80 characters #56: FILE: iptables/nft.c:2884: + nlh = nft_chain_nlmsg_build_hdr(buf, NFT_MSG_NEWCHAIN, h->family, I ran it like: ./checkpatch.pl --no-tree <your patch> --file option is for a plain source file, not a patch file. Tomasz -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html