WARNING: line length of 88 exceeds 80 columns #59: FILE: include/net/netfilter/nf_tables.h:938: + const struct nft_expr *src, gfp_t gfp); WARNING: line length of 91 exceeds 80 columns #112: FILE: net/netfilter/nft_connlimit.c:213: +static int nft_connlimit_clone(struct nft_expr *dst, const struct nft_expr *src, gfp_t gfp) WARNING: line length of 89 exceeds 80 columns #131: FILE: net/netfilter/nft_counter.c:229: +static int nft_counter_clone(struct nft_expr *dst, const struct nft_expr *src, gfp_t gfp) WARNING: line length of 86 exceeds 80 columns #166: FILE: net/netfilter/nft_last.c:105: +static int nft_last_clone(struct nft_expr *dst, const struct nft_expr *src, gfp_t gfp) WARNING: line length of 81 exceeds 80 columns #203: FILE: net/netfilter/nft_limit.c:226: +static int nft_limit_pkts_clone(struct nft_expr *dst, const struct nft_expr *src, WARNING: line length of 82 exceeds 80 columns #221: FILE: net/netfilter/nft_limit.c:285: +static int nft_limit_bytes_clone(struct nft_expr *dst, const struct nft_expr *src, WARNING: line length of 87 exceeds 80 columns #241: FILE: net/netfilter/nft_quota.c:236: +static int nft_quota_clone(struct nft_expr *dst, const struct nft_expr *src, gfp_t gfp) total: 0 errors, 7 warnings, 0 checks, 164 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 eab2f4f95224 ("netfilter: nf_tables: allow clone callbacks to sleep") 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, 7 warnings, 0 checks, 164 lines checked