CHECK: Alignment should match open parenthesis #56: FILE: drivers/net/ethernet/netronome/nfp/crypto/fw.h:37: + struct_group_tagged(nfp_crypto_req_add_front_hdr, __hdr, + struct nfp_ccm_hdr hdr; WARNING: Missing a blank line after declarations #61: FILE: drivers/net/ethernet/netronome/nfp/crypto/fw.h:42: + u8 key_len; + __be16 ipver_vlan __packed; CHECK: Please use a blank line after function/struct/union/enum declarations #67: FILE: drivers/net/ethernet/netronome/nfp/crypto/fw.h:48: }; +static_assert(offsetof(struct nfp_crypto_req_add_front, l3_addrs) == CHECK: Alignment should match open parenthesis #100: FILE: drivers/net/ethernet/netronome/nfp/crypto/tls.c:184: + nfp_net_tls_assign_conn_id(nn, + container_of(&req->front, CHECK: Alignment should match open parenthesis #111: FILE: drivers/net/ethernet/netronome/nfp/crypto/tls.c:205: + nfp_net_tls_assign_conn_id(nn, + container_of(&req->front, total: 0 errors, 1 warnings, 4 checks, 65 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 f4de1d687d13 ("nfp: tls: Avoid -Wflex-array-member-not-at-end warnings") 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, 4 checks, 65 lines checked