WARNING: line length of 84 exceeds 80 columns #53: FILE: include/net/netfilter/nf_tables.h:817: +static inline struct nft_timeout *nft_set_ext_timeout(const struct nft_set_ext *ext) WARNING: line length of 88 exceeds 80 columns #67: FILE: include/net/netfilter/nf_tables.h:836: + time_after_eq64(tstamp, READ_ONCE(nft_set_ext_timeout(ext)->expiration)); WARNING: line length of 83 exceeds 80 columns #105: FILE: net/netfilter/nf_tables_api.c:5820: + if (nft_set_ext_timeout(ext)->timeout != READ_ONCE(set->timeout) && WARNING: line length of 90 exceeds 80 columns #107: FILE: net/netfilter/nf_tables_api.c:5822: + nf_jiffies64_to_msecs(nft_set_ext_timeout(ext)->timeout), WARNING: line length of 85 exceeds 80 columns #128: FILE: net/netfilter/nf_tables_api.c:6504: + nft_set_ext_timeout(ext)->expiration = get_jiffies_64() + expiration; WARNING: line length of 101 exceeds 80 columns #164: FILE: net/netfilter/nft_dynset.c:99: + WRITE_ONCE(nft_set_ext_timeout(ext)->expiration, get_jiffies_64() + timeout); total: 0 errors, 6 warnings, 0 checks, 143 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 709d5e013004 ("netfilter: nf_tables: consolidate timeout extension for elements") 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, 143 lines checked