CHECK: Alignment should match open parenthesis #57: 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 #62: 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 #68: FILE: drivers/net/ethernet/netronome/nfp/crypto/fw.h:48: }; +static_assert(offsetof(struct nfp_crypto_req_add_front, l3_addrs) == WARNING: line length of 91 exceeds 80 columns #101: FILE: drivers/net/ethernet/netronome/nfp/crypto/tls.c:184: + container_of(&req->front, struct nfp_crypto_req_add_front, __hdr)); CHECK: Alignment should match open parenthesis #101: FILE: drivers/net/ethernet/netronome/nfp/crypto/tls.c:184: + nfp_net_tls_assign_conn_id(nn, + container_of(&req->front, struct nfp_crypto_req_add_front, __hdr)); WARNING: line length of 91 exceeds 80 columns #111: FILE: drivers/net/ethernet/netronome/nfp/crypto/tls.c:204: + container_of(&req->front, struct nfp_crypto_req_add_front, __hdr)); CHECK: Alignment should match open parenthesis #111: FILE: drivers/net/ethernet/netronome/nfp/crypto/tls.c:204: + nfp_net_tls_assign_conn_id(nn, + container_of(&req->front, struct nfp_crypto_req_add_front, __hdr)); total: 0 errors, 3 warnings, 4 checks, 63 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 105ae983faf5 ("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, 3 warnings, 4 checks, 63 lines checked