WARNING: line length of 85 exceeds 80 columns #37: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs.h:28: + int (*ct_rule_update)(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule, WARNING: line length of 88 exceeds 80 columns #38: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs.h:29: + struct mlx5_flow_spec *spec, struct mlx5_flow_attr *attr); WARNING: line length of 97 exceeds 80 columns #50: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_dmfs.c:68: +static int mlx5_ct_fs_dmfs_ct_rule_update(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule, WARNING: line length of 99 exceeds 80 columns #51: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_dmfs.c:69: + struct mlx5_flow_spec *spec, struct mlx5_flow_attr *attr) WARNING: line length of 90 exceeds 80 columns #54: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_dmfs.c:72: + struct mlx5_ct_fs_dmfs_rule, WARNING: line length of 97 exceeds 80 columns #85: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c:371: +static int mlx5_ct_fs_smfs_ct_rule_update(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule, WARNING: line length of 99 exceeds 80 columns #86: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c:372: + struct mlx5_flow_spec *spec, struct mlx5_flow_attr *attr) WARNING: line length of 90 exceeds 80 columns #89: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c:375: + struct mlx5_ct_fs_smfs_rule, WARNING: line length of 93 exceeds 80 columns #92: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c:378: + struct mlx5dr_action *actions[3]; /* We only need to create 3 actions, see below. */ WARNING: line length of 99 exceeds 80 columns #100: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc/ct_fs_smfs.c:386: + ARRAY_SIZE(actions), actions, spec->flow_context.flow_source); WARNING: line length of 88 exceeds 80 columns #145: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c:911: + err = ct_priv->fs_ops->ct_rule_update(ct_priv->fs, zone_rule->rule, spec, attr); WARNING: line length of 85 exceeds 80 columns #147: FILE: drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c:913: + ct_dbg("Failed to update ct entry rule, nat: %d, err: %d", nat, err); total: 0 errors, 12 warnings, 0 checks, 106 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 e073fe4bdf58 ("net/mlx5e: CT: Update connection tracking steering entries") 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, 12 warnings, 0 checks, 106 lines checked