WARNING: line length of 86 exceeds 80 columns #226: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c:539: + required_stes = at->num_of_action_stes - (!is_jumbo || at->only_term); WARNING: line length of 82 exceeds 80 columns #386: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/matcher.c:1105: + if (src_matcher->action_ste.max_stes > dst_matcher->action_ste.max_stes) { WARNING: line length of 81 exceeds 80 columns #436: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c:145: + rule->resize_info->max_stes = rule->matcher->action_ste.max_stes; WARNING: line length of 89 exceeds 80 columns #437: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c:146: + rule->resize_info->action_ste_pool = rule->matcher->action_ste.max_stes ? WARNING: line length of 91 exceeds 80 columns #438: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c:147: + rule->matcher->action_ste.pool : NULL; WARNING: line length of 83 exceeds 80 columns #562: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c:361: + ste_attr.rtc_0 = dep_wqe->rtc_0 ? matcher->action_ste.rtc_0_id : 0; WARNING: line length of 83 exceeds 80 columns #563: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/rule.c:362: + ste_attr.rtc_1 = dep_wqe->rtc_1 ? matcher->action_ste.rtc_1_id : 0; total: 0 errors, 7 warnings, 0 checks, 491 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 71bb35774557 ("net/mlx5: HWS, update flow - remove the use of dual RTCs") 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, 7 warnings, 0 checks, 491 lines checked