WARNING: line length of 81 exceeds 80 columns #109: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:576: + struct mlx5_fs_hws_actions_pool *hws_pool = &ns->fs_hws_context.hws_pool; WARNING: line length of 81 exceeds 80 columns #118: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:585: + pattern.sz = MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto) * num_actions; WARNING: line length of 83 exceeds 80 columns #131: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:598: + pool = create_mh_pool(ns->dev, &pattern, &hws_pool->mh_pools, cnt); WARNING: line length of 83 exceeds 80 columns #161: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:628: +static void mlx5_cmd_hws_modify_header_dealloc(struct mlx5_flow_root_namespace *ns, WARNING: line length of 82 exceeds 80 columns #162: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:629: + struct mlx5_modify_hdr *modify_hdr) WARNING: line length of 87 exceeds 80 columns #167: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws.c:634: + if (!modify_hdr->fs_hws_action.fs_pool || !modify_hdr->fs_hws_action.mh_data) { WARNING: line length of 81 exceeds 80 columns #254: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.c:274: + mh_bulk = kvzalloc(struct_size(mh_bulk, mhs_data, bulk_len), GFP_KERNEL); WARNING: line length of 82 exceeds 80 columns #376: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.c:396: + num_actions = pattern->sz / MLX5_UN_SZ_BYTES(set_add_copy_action_in_auto); WARNING: line length of 84 exceeds 80 columns #415: FILE: drivers/net/ethernet/mellanox/mlx5/core/steering/hws/fs_hws_pools.h:65: +struct mlx5_fs_hws_mh *mlx5_fs_hws_mh_pool_acquire_mh(struct mlx5_fs_pool *mh_pool); total: 0 errors, 9 warnings, 0 checks, 367 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 1e9e9fc82457 ("net/mlx5: fs, add HWS modify header API function") 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, 9 warnings, 0 checks, 367 lines checked