CHECK: Alignment should match open parenthesis #42: FILE: include/net/xfrm.h:2036: + x->replay_esn = kmemdup(orig->replay_esn, xfrm_replay_state_esn_len(orig->replay_esn), CHECK: Alignment should match open parenthesis #54: FILE: include/net/xfrm.h:2041: + x->preplay_esn = kmemdup(orig->preplay_esn, + xfrm_replay_state_esn_len(orig->preplay_esn), WARNING: line length of 88 exceeds 80 columns #63: FILE: include/net/xfrm.h:2050: +static inline void xfrm_replay_sync(struct xfrm_state *x, const struct xfrm_state *orig) CHECK: Alignment should match open parenthesis #70: FILE: include/net/xfrm.h:2057: + memcpy(x->replay_esn, orig->replay_esn, + xfrm_replay_state_esn_len(orig->replay_esn)); CHECK: Alignment should match open parenthesis #73: FILE: include/net/xfrm.h:2060: + memcpy(x->preplay_esn, orig->preplay_esn, + xfrm_replay_state_esn_len(orig->preplay_esn)); CHECK: Alignment should match open parenthesis #78: FILE: include/net/xfrm.h:2065: +static inline void xfrm_migrate_sync(struct xfrm_state *x, + const struct xfrm_state *orig) total: 0 errors, 1 warnings, 5 checks, 91 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 bb6245ba97a9 ("xfrm: add state synchronization after 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, 1 warnings, 5 checks, 91 lines checked