WARNING: line length of 86 exceeds 80 columns #171: FILE: net/xfrm/xfrm_state.c:1279: + else if (acquire_in_progress) /* XXX: acquire_in_progress should not happen */ WARNING: line length of 82 exceeds 80 columns #191: FILE: net/xfrm/xfrm_state.c:1482: + (!(pol->flags & XFRM_POLICY_CPU_ACQUIRE) || x->pcpu_num == pcpu_id)) { WARNING: line length of 84 exceeds 80 columns #194: FILE: net/xfrm/xfrm_state.c:1485: + hlist_add_head_rcu(&x->state_cache, &pol->state_cache_list); total: 0 errors, 3 warnings, 0 checks, 155 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 bdd9220da40b ("xfrm: Cache used outbound xfrm states at the policy.") 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, 155 lines checked