WARNING: line length of 95 exceeds 80 columns #117: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h:51: + ALIGN_DOWN(MLX5E_KSM_MAX_ENTRIES_PER_WQE(wqe_size), MLX5_UMR_KSM_NUM_ENTRIES_ALIGNMENT) WARNING: line length of 91 exceeds 80 columns #120: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h:54: + MLX5E_KSM_ENTRIES_PER_WQE(MLX5_SEND_WQE_BB * mlx5e_get_max_sq_aligned_wqebbs(mdev)) WARNING: line length of 92 exceeds 80 columns #221: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:653: + new_entries = ksm_entries - (shampo->pi & (MLX5_UMR_KSM_NUM_ENTRIES_ALIGNMENT - 1)); WARNING: line length of 83 exceeds 80 columns #236: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:664: + if (i >= ksm_entries || (index < shampo->pi && shampo->pi - index < WARNING: line length of 86 exceeds 80 columns #291: FILE: drivers/net/ethernet/mellanox/mlx5/core/en_rx.c:739: + DIV_ROUND_UP(ksm_entries - entries_before, max_ksm_entries); WARNING: line length of 94 exceeds 80 columns #320: FILE: include/linux/mlx5/device.h:297: +#define MLX5_UMR_KSM_NUM_ENTRIES_ALIGNMENT (MLX5_UMR_FLEX_ALIGNMENT / sizeof(struct mlx5_ksm)) total: 0 errors, 6 warnings, 0 checks, 260 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 64a6d5c0346f ("net/mlx5e: SHAMPO, Use KSMs instead of KLMs") 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, 6 warnings, 0 checks, 260 lines checked