WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #22: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #38: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:12: + struct mlx5hws_cmd_ft_create_attr *ft_attr) WARNING: line length of 86 exceeds 80 columns #93: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:67: + default_miss = mlx5hws_cmd_forward_tbl_create(ctx->mdev, &ft_attr, &fte_attr); WARNING: line length of 88 exceeds 80 columns #95: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:69: + mlx5hws_err(ctx, "Failed to default miss table type: 0x%x\n", tbl_type); WARNING: line length of 86 exceeds 80 columns #124: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:98: +static int hws_table_connect_to_default_miss_tbl(struct mlx5hws_table *tbl, u32 ft_id) WARNING: line length of 90 exceeds 80 columns #324: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:298: + matcher = list_last_entry(&tbl->matchers_list, struct mlx5hws_matcher, list_node); WARNING: line length of 83 exceeds 80 columns #344: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:318: + ft_attr.table_miss_action = MLX5_IFC_MODIFY_FLOW_TABLE_MISS_ACTION_DEFAULT; WARNING: line length of 84 exceeds 80 columns #379: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:353: + ft_attr.table_miss_action = MLX5_IFC_MODIFY_FLOW_TABLE_MISS_ACTION_GOTO_TBL; WARNING: line length of 86 exceeds 80 columns #394: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:368: + list_for_each_entry(src_tbl, &dst_tbl->default_miss.head, default_miss.next) { WARNING: line length of 88 exceeds 80 columns #440: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:414: + matcher->match_ste.rtc_0_id, WARNING: line length of 89 exceeds 80 columns #441: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:415: + matcher->match_ste.rtc_1_id); WARNING: line length of 88 exceeds 80 columns #446: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/mlx5hws_table.c:420: + ret = mlx5hws_table_ft_set_default_next_ft(src_tbl, last_ft_id); total: 0 errors, 12 warnings, 0 checks, 561 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 76cf1735b73f ("net/mlx5: HWS, added tables handling") 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, 561 lines checked