WARNING: line length of 96 exceeds 80 columns #100: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:69: + fs_hmfs->fwd_action = mlx5hws_action_create_dest_table(ct_tbl->ctx, post_ct_tbl, flags); WARNING: line length of 90 exceeds 80 columns #125: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:94: + struct mlx5_flow_spec *spec, bool ipv4, bool tcp, bool gre) WARNING: line length of 91 exceeds 80 columns #127: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:96: + u8 match_criteria_enable = MLX5_MATCH_MISC_PARAMETERS_2 | MLX5_MATCH_OUTER_HEADERS; WARNING: line length of 95 exceeds 80 columns #132: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:101: + u32 priority = get_matcher_idx(ipv4, tcp, gre); /* Static priority based on params. */ WARNING: line length of 98 exceeds 80 columns #135: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:104: + hws_bwc_matcher = mlx5hws_bwc_matcher_create(tbl, priority, match_criteria_enable, &mask); WARNING: line length of 86 exceeds 80 columns #161: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:130: + /* Retry with lock, as the matcher might be already created by another cpu. */ WARNING: line length of 88 exceeds 80 columns #167: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:136: + hws_bwc_matcher = mlx5_ct_fs_hmfs_matcher_create(fs, tbl, spec, ipv4, tcp, gre); WARNING: line length of 96 exceeds 80 columns #186: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:155: +mlx5_ct_fs_hmfs_matcher_put(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_hmfs_matcher *hmfs_matcher) WARNING: line length of 87 exceeds 80 columns #201: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:170: + struct mlx5hws_rule_action *rule_actions) WARNING: line length of 85 exceeds 80 columns #206: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:175: + rule_actions[0].action = mlx5_fc_get_hws_action(fs_hmfs->ctx, attr->counter); WARNING: line length of 97 exceeds 80 columns #207: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:176: + /* Modify header is special, it may require extra arguments outside the action itself. */ WARNING: line length of 82 exceeds 80 columns #209: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:178: + rule_actions[1].modify_header.offset = mh_action->mh_data->offset; WARNING: line length of 82 exceeds 80 columns #247: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:215: + hmfs_matcher = mlx5_ct_fs_hmfs_matcher_get(fs, spec, nat, ipv4, tcp, gre); WARNING: line length of 85 exceeds 80 columns #258: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:226: + mlx5hws_bwc_rule_create(hmfs_matcher->hws_bwc_matcher, &match_params, WARNING: line length of 86 exceeds 80 columns #259: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:227: + spec->flow_context.flow_source, rule_actions); WARNING: line length of 90 exceeds 80 columns #278: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:246: + struct mlx5_ct_fs_hmfs_rule, WARNING: line length of 90 exceeds 80 columns #291: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:258: + struct mlx5_ct_fs_hmfs_rule, WARNING: line length of 84 exceeds 80 columns #299: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_hmfs.c:266: + err = mlx5hws_bwc_rule_action_update(hmfs_rule->hws_bwc_rule, rule_actions); total: 0 errors, 18 warnings, 0 checks, 286 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 d000ebf93056 ("net/mlx5e: CT: Offload connections with hardware steering rules") 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, 18 warnings, 0 checks, 286 lines checked