WARNING: line length of 82 exceeds 80 columns #125: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c:221: +void mlx5hws_rule_free_action_ste(struct mlx5hws_rule_action_ste_info *action_ste) WARNING: line length of 85 exceeds 80 columns #206: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c:358: + mlx5hws_err(ctx, "Failed to allocate action memory %d", ret); WARNING: line length of 83 exceeds 80 columns #309: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.h:78: +void mlx5hws_rule_free_action_ste(struct mlx5hws_rule_action_ste_info *action_ste); WARNING: line length of 86 exceeds 80 columns #339: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c:392: + mlx5hws_rule_free_action_ste(&priv->rule->action_ste); WARNING: line length of 87 exceeds 80 columns #341: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c:394: + } else if (priv->rule->status == MLX5HWS_RULE_STATUS_UPDATED) { WARNING: line length of 90 exceeds 80 columns #343: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c:396: + mlx5hws_rule_free_action_ste(&priv->rule->old_action_ste); WARNING: line length of 88 exceeds 80 columns #344: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c:397: + /* Update completed - move the rule back to "created" */ WARNING: line length of 81 exceeds 80 columns #345: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/send.c:398: + priv->rule->status = MLX5HWS_RULE_STATUS_CREATED; total: 0 errors, 8 warnings, 0 checks, 275 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 fc7dcb0762e4 ("net/mlx5: HWS, update flow - support through bigger action RTC") 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, 275 lines checked