WARNING: line length of 94 exceeds 80 columns #68: FILE: drivers/net/ethernet/mellanox/mlx5/core/en.h:247: +static_assert(offsetof(struct mlx5e_umr_wqe, inline_mtts) == sizeof(struct mlx5e_umr_wqe_hdr), CHECK: Please use a blank line after function/struct/union/enum declarations #68: FILE: drivers/net/ethernet/mellanox/mlx5/core/en.h:247: }; +static_assert(offsetof(struct mlx5e_umr_wqe, inline_mtts) == sizeof(struct mlx5e_umr_wqe_hdr), WARNING: line length of 83 exceeds 80 columns #154: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:638: + umr_wqe->hdr.ctrl.qpn_ds = cpu_to_be32((sq->sqn << MLX5_WQE_CTRL_QPN_SHIFT) WARNING: line length of 84 exceeds 80 columns #160: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:640: + umr_wqe->hdr.uctrl.flags = MLX5_UMR_TRANSLATION_OFFSET_EN | MLX5_UMR_INLINE; total: 0 errors, 3 warnings, 1 checks, 128 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 8c048aa8dbe9 ("net/mlx5e: Avoid a hundred -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 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, 1 checks, 128 lines checked