WARNING: line length of 83 exceeds 80 columns #60: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:62: + err = mlx5hws_table_set_default_miss(ft->fs_hws_table.hws_table, next_tbl); WARNING: line length of 85 exceeds 80 columns #62: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:64: + mlx5_core_err(ns->dev, "Failed setting FT default miss (%d)\n", err); WARNING: line length of 84 exceeds 80 columns #80: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:82: + return mlx5_fs_cmd_get_fw_cmds()->create_flow_table(ns, ft, ft_attr, WARNING: line length of 86 exceeds 80 columns #126: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:128: + mlx5_core_err(ns->dev, "Failed to disconnect next table (%d)\n", err); WARNING: line length of 83 exceeds 80 columns #130: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:132: + mlx5_core_err(ns->dev, "Failed to destroy flow_table (%d)\n", err); WARNING: line length of 85 exceeds 80 columns #140: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:142: + return mlx5_fs_cmd_get_fw_cmds()->modify_flow_table(ns, ft, next_ft); total: 0 errors, 6 warnings, 0 checks, 142 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 3426d746171d ("net/mlx5: fs, add HWS flow table API functions") 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, 6 warnings, 0 checks, 142 lines checked