WARNING: line length of 100 exceeds 80 columns #72: FILE: net/xfrm/xfrm_policy.c:4675: + mp->new_reqid = x->props.reqid; /* reqid is invariant in XFRM_MSG_MIGRATE */ WARNING: line length of 81 exceeds 80 columns #133: FILE: net/xfrm/xfrm_user.c:3056: + const struct xfrm_user_migrate_state *um) WARNING: line length of 83 exceeds 80 columns #196: FILE: net/xfrm/xfrm_user.c:3214: + (with_encap ? nla_total_size(sizeof(struct xfrm_encap_tmpl)) : 0) + WARNING: line length of 82 exceeds 80 columns #197: FILE: net/xfrm/xfrm_user.c:3215: + (with_xuo ? nla_total_size(sizeof(struct xfrm_user_offload)) : 0); WARNING: line length of 87 exceeds 80 columns #222: FILE: net/xfrm/xfrm_user.c:3240: + struct nlattr **attrs, struct netlink_ext_ack *extack) WARNING: line length of 87 exceeds 80 columns #275: FILE: net/xfrm/xfrm_user.c:3293: + NL_SET_ERR_MSG(extack, "State migration clone failed"); WARNING: line length of 87 exceeds 80 columns #291: FILE: net/xfrm/xfrm_user.c:3309: + struct nlattr **attrs, struct netlink_ext_ack *extack) WARNING: line length of 85 exceeds 80 columns #304: FILE: net/xfrm/xfrm_user.c:3467: + [XFRM_MSG_MIGRATE_STATE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_migrate_state), WARNING: line length of 85 exceeds 80 columns #312: FILE: net/xfrm/xfrm_user.c:3561: + [XFRM_MSG_MIGRATE_STATE - XFRM_MSG_BASE] = { .doit = xfrm_do_migrate_state }, total: 0 errors, 9 warnings, 0 checks, 276 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 14615afd63f2 ("xfrm: add XFRM_MSG_MIGRATE_STATE for single SA migration") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 9 warnings, 0 checks, 276 lines checked