WARNING: line length of 82 exceeds 80 columns #51: FILE: net/xfrm/xfrm_input.c:474: + if (encap_type < 0 || (xo && (xo->flags & XFRM_GRO || encap_type == 0))) { WARNING: line length of 85 exceeds 80 columns #64: FILE: net/xfrm/xfrm_policy.c:3722: + (xfrm_input_state(skb)->xso.type == XFRM_DEV_OFFLOAD_CRYPTO); WARNING: line length of 93 exceeds 80 columns #72: FILE: net/xfrm/xfrm_policy.c:3729: + if (sp && secpath_has_nontransport(sp, 0, &xerr_idx) && !is_crypto_offload) { total: 0 errors, 3 warnings, 0 checks, 24 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 8990ee2a1068 ("xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO path") 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, 3 warnings, 0 checks, 24 lines checked