WARNING: line length of 81 exceeds 80 columns #111: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:582: + struct mlx5_fs_hws_actions_pool *hws_pool = &ns->fs_hws_context.hws_pool; WARNING: line length of 81 exceeds 80 columns #120: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:591: + pattern.sz = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) * num_actions; WARNING: line length of 83 exceeds 80 columns #164: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:635: +static void mlx5_cmd_hws_modify_header_dealloc(struct mlx5_flow_root_namespace *ns, WARNING: line length of 82 exceeds 80 columns #165: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:636: + struct mlx5_modify_hdr *modify_hdr) WARNING: line length of 87 exceeds 80 columns #170: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:641: + if (!modify_hdr->fs_hws_action.fs_pool || !modify_hdr->fs_hws_action.mh_data) { WARNING: line length of 81 exceeds 80 columns #257: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.c:274: + mh_bulk = kvzalloc(struct_size(mh_bulk, mhs_data, bulk_len), GFP_KERNEL); WARNING: line length of 82 exceeds 80 columns #379: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.c:396: + num_actions = pattern->sz / MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); WARNING: line length of 84 exceeds 80 columns #419: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.h:65: +struct mlx5_fs_hws_mh *mlx5_fs_hws_mh_pool_acquire_mh(struct mlx5_fs_pool *mh_pool); total: 0 errors, 8 warnings, 0 checks, 371 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 deefaa5fbd05 ("net/mlx5: fs, add HWS modify header API function") 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, 8 warnings, 0 checks, 371 lines checked