WARNING: line length of 84 exceeds 80 columns #37: FILE: drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:208: + __entry->flow_tag = fte->act_dests.flow_context.flow_tag; WARNING: line length of 90 exceeds 80 columns #38: FILE: drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:209: + __entry->flow_source = fte->act_dests.flow_context.flow_source; WARNING: line length of 83 exceeds 80 columns #47: FILE: drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.h:287: + __entry->index = __entry->fte->act_dests.dests_size - 1; WARNING: line length of 88 exceeds 80 columns #92: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c:544: + inlen = MLX5_ST_SZ_BYTES(set_fte_in) + fte->act_dests.dests_size * dst_cnt_size; WARNING: line length of 89 exceeds 80 columns #116: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c:570: + !!(fte->act_dests.flow_context.flags & FLOW_CONTEXT_UPLINK_HAIRPIN_EN)); WARNING: line length of 92 exceeds 80 columns #131: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c:582: + struct mlx5_pkt_reformat *pkt_reformat = fte->act_dests.action.pkt_reformat; WARNING: line length of 93 exceeds 80 columns #149: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c:601: + if (fte->act_dests.action.modify_hdr->owner == MLX5_FLOW_RESOURCE_OWNER_SW) { WARNING: line length of 82 exceeds 80 columns #210: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c:734: + if (fte->act_dests.action.action & MLX5_FLOW_CONTEXT_ACTION_EXECUTE_ASO) { WARNING: line length of 84 exceeds 80 columns #211: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c:735: + if (fte->act_dests.action.exe_aso.type == MLX5_EXE_ASO_FLOW_METER) { WARNING: line length of 84 exceeds 80 columns #224: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_core.c:608: + err = root->cmds->update_fte(root, ft, fg, fte->act_dests.modify_mask, fte); WARNING: line length of 90 exceeds 80 columns #254: FILE: drivers/net/ethernet/mellanox/mlx5/core/fs_core.c:641: + fte->act_dests.modify_mask |= BIT(MLX5_SET_FTE_MODIFY_ENABLE_MASK_ACTION); WARNING: line length of 98 exceeds 80 columns #422: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:306: + fte->act_dests.action.action &= ~MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT; WARNING: line length of 86 exceeds 80 columns #440: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:332: + if (fte->act_dests.action.action & MLX5_FLOW_CONTEXT_ACTION_PACKET_REFORMAT) { WARNING: line length of 95 exceeds 80 columns #444: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:335: + if (fte->act_dests.action.pkt_reformat->owner == MLX5_FLOW_RESOURCE_OWNER_FW) { WARNING: line length of 85 exceeds 80 columns #457: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:346: + fte->act_dests.action.pkt_reformat->action.dr_action; WARNING: line length of 81 exceeds 80 columns #472: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:362: + if (fte->act_dests.action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_POP_2) { WARNING: line length of 93 exceeds 80 columns #489: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:378: + tmp_action = create_action_push_vlan(domain, &fte->act_dests.action.vlan[0]); WARNING: line length of 82 exceeds 80 columns #499: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:387: + if (fte->act_dests.action.action & MLX5_FLOW_CONTEXT_ACTION_VLAN_PUSH_2) { WARNING: line length of 93 exceeds 80 columns #500: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:388: + tmp_action = create_action_push_vlan(domain, &fte->act_dests.action.vlan[1]); WARNING: line length of 87 exceeds 80 columns #526: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:415: + mlx5dr_action_create_tag(fte->act_dests.flow_context.flow_tag); WARNING: line length of 82 exceeds 80 columns #554: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:532: + if (fte->act_dests.action.action & MLX5_FLOW_CONTEXT_ACTION_EXECUTE_ASO) { WARNING: line length of 84 exceeds 80 columns #557: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:535: + if (fte->act_dests.action.exe_aso.type != MLX5_EXE_ASO_FLOW_METER) { WARNING: line length of 87 exceeds 80 columns #572: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:545: + action->exe_aso.flow_meter.init_color, WARNING: line length of 87 exceeds 80 columns #573: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:546: + action->exe_aso.flow_meter.meter_idx); WARNING: line length of 85 exceeds 80 columns #583: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/fs_dr.c:573: + !!(fte->act_dests.action.flags & FLOW_ACT_IGNORE_FLOW_LEVEL); total: 0 errors, 25 warnings, 0 checks, 519 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 e43f321a4e62 ("net/mlx5: fs, separate action and destination into distinct struct") 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, 25 warnings, 0 checks, 519 lines checked